Advertisement
Guest User

Untitled

a guest
Feb 7th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.    integer                   k;
  2.    initial
  3.      begin
  4.         $dumpfile("./build/iverilog/foo.vcd");
  5.         for (k = 0; k < WIDTH + 2; k = k + 1)
  6.           begin
  7.              $dumpvars(0, re_pipe[k]);
  8.              $dumpvars(0, im_pipe[k]);
  9.              $dumpvars(0, im_c_pipe[k]);
  10.              $dumpvars(0, re_c_pipe[k]);
  11.           end
  12.      end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement