1
0

fixed dcache amo bug, cleaned up testharness, added RDTIME instruction

This commit is contained in:
Rimas Avizienis
2011-11-16 02:04:28 -08:00
parent 886857fa47
commit 80b4253318
4 changed files with 15 additions and 7 deletions

View File

@ -79,8 +79,7 @@ object Constants
val WB_PC = UFix(0, 3);
val WB_ALU = UFix(1, 3);
val WB_PCR = UFix(2, 3);
val WB_CR = UFix(3, 3);
val WB_MUL = UFix(4, 3);
val WB_TSC = UFix(3, 3);
val N = UFix(0, 1);
val Y = UFix(1, 1);