Conditioned declaration of finished per issue #13
This commit is contained in:
parent
2108e722c8
commit
fc331027c2
|
@ -100,7 +100,9 @@ module tb_top ( input logic core_clk, input logic reset_l, output finished);
|
||||||
|
|
||||||
logic [31:0] cycleCnt ;
|
logic [31:0] cycleCnt ;
|
||||||
logic mailbox_data_val;
|
logic mailbox_data_val;
|
||||||
|
`ifndef VERILATOR
|
||||||
logic finished;
|
logic finished;
|
||||||
|
`endif
|
||||||
|
|
||||||
wire dma_hready_out;
|
wire dma_hready_out;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue