git.joshuawise.com
/
firearm.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Issue, system, RegFile: First pass at adding resets.
[firearm.git]
/
testbench.cpp
diff --git
a/testbench.cpp
b/testbench.cpp
index
e89de38
..
da3d75e
100644
(file)
--- 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);
This page took
0.017069 seconds
and
4
git commands to generate.