X-Git-Url: http://git.joshuawise.com/firearm.git/blobdiff_plain/7282e8f84e4f5aecab6e57c2086785bbd6d48748..1ce42adaa6034197934f1636dbb9aa435df12776:/testbench.cpp diff --git a/testbench.cpp b/testbench.cpp index e89de38..da3d75e 100644 --- a/testbench.cpp +++ b/testbench.cpp @@ -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);