projects
/
riscv-isa-sim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ddd777
)
fix vf
author
Yunsup Lee
<yunsup@cs.berkeley.edu>
Wed, 19 Oct 2011 00:17:18 +0000
(17:17 -0700)
committer
Yunsup Lee
<yunsup@cs.berkeley.edu>
Wed, 19 Oct 2011 00:17:18 +0000
(17:17 -0700)
riscv/insns/vf.h
patch
|
blob
|
history
diff --git
a/riscv/insns/vf.h
b/riscv/insns/vf.h
index 777964544e3c1cd9f978ae8a3be38ec50d21de53..d1527b3169e7f4ec9fbd417bbcaeb418b74e5a27 100644
(file)
--- a/
riscv/insns/vf.h
+++ b/
riscv/insns/vf.h
@@
-3,6
+3,7
@@
for (int i=0; i<VL; i++)
{
uts[i]->pc = RS1+SIMM;
uts[i]->utmode = true;
+ uts[i]->run = true;
while (uts[i]->utmode)
uts[i]->step(1, false); // XXX
}