Encore SIM EDITOR SOFTWARE User's Guide Page 362

  • Download
  • Add to my manuals
  • Print
  • Page
    / 449
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 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.
Page view 361
1 2 ... 357 358 359 360 361 362 363 364 365 366 367 ... 448 449

Comments to this Manuals

No comments