Encore SIM EDITOR SOFTWARE Podręcznik Użytkownika Strona 362

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 449
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 361
15-10
Expressions
Trigger Types
The trigger expression can specify the negative edge, positive edge,
or both edges of a signal to trigger on. To specify the edge to trigger
on, the trigger expression should include the appropriate event-
control statement (see
Table 15-1, Trigger Expressions).
Table 15-1 Trigger Expressions
Trigger Expression Signal Edge
clkt
Trigger on both negative and positive edge.
Verilog:
negedge clkt
VHDL:
clk’event and clk=’0’
Trigger on negative edge.
Verilog:
posedge clkt
VHDL:
clk’event and clk=’1’
Trigger on positive edge.
Przeglądanie stron 361
1 2 ... 357 358 359 360 361 362 363 364 365 366 367 ... 448 449

Komentarze do niniejszej Instrukcji

Brak uwag