]> Joshua Wise's Git repositories - firearm.git/blobdiff - testbench.cpp
Terminal: Fix to have non-blocking assigns in flop blocks.
[firearm.git] / testbench.cpp
index e89de3851a49f5da9ff6539c19bb6dcf34f2021b..da3d75e9c0ad0c36b0dec6d9d12756ad657c31f7 100644 (file)
@@ -65,7 +65,7 @@ int main()
        while (!Verilated::gotFinish())
        {
                top->clk = !top->clk;
-               
+               top->rst = 0;
                top->eval();
 //             if (top->clk == 1)
 //                     printf("%d: Bubble: %d. PC: %08x. Ins'n: %08x\n", main_time/2, top->bubbleshield, top->pc, top->insn);
This page took 0.02323 seconds and 4 git commands to generate.