Skip to content

Commit

Permalink
Conditioned declaration of finished per issue #13
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajay Nath authored and Ajay Nath committed Sep 4, 2019
1 parent 2108e72 commit fc33102
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testbench/tb_top.sv
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ module tb_top ( input logic core_clk, input logic reset_l, output finished);

logic [31:0] cycleCnt ;
logic mailbox_data_val;
`ifndef VERILATOR
logic finished;
`endif

wire dma_hready_out;

Expand Down

0 comments on commit fc33102

Please sign in to comment.