Advertisement
Guest User

Untitled

a guest
Apr 24th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $finish // ends the simulation
  2. @(posedge clock); // only for testbenches when
  3. @(negedge clock); // used as a standalone
  4. // statement that waits for the
  5. // next positive or negative
  6. // edge of “clock” in this case
  7. repeat (50) @(posedge clk);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement