Skip to content

Commit b32615b

Browse files
authored
Fix verilator complaint on diag_done
diag_done shouldn't have been an input to manycore_top.v.pyv - it's not used in my_top.cpp
1 parent 7bbeec5 commit b32615b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

piton/verif/env/manycore/manycore_top.v.pyv

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ input reg [4:0] pll_rangea,
5959
output wire pll_lock,
6060
input reg [1:0] clk_mux_sel,
6161
input reg async_mux,
62-
input diag_done,
6362
input ok_iob
6463
`endif
6564
);
@@ -80,9 +79,10 @@ reg [1:0] clk_mux_sel;
8079
reg async_mux;
8180
// For simulation only, monitor stuff. Only cross-module referenced
8281
// do not delete.
83-
reg diag_done;
8482
`endif // ifndef VERILATOR
8583

84+
reg diag_done;
85+
8686
reg io_clk;
8787
reg jtag_clk;
8888
reg chipset_clk_osc_p;

0 commit comments

Comments
 (0)