1
0

dcache fixes - all tests and ubmarks pass, hello world still broken

This commit is contained in:
Rimas Avizienis
2011-11-04 15:40:41 -07:00
parent 3a02028a35
commit 4459935554
5 changed files with 109 additions and 75 deletions

View File

@ -23,6 +23,7 @@ object Constants
val PC_PCR = UFix(6, 4);
val PC_MEM = UFix(7, 4);
val PC_MEM4 = UFix(8, 4);
val PC_EX = UFix(9, 4);
val KF_Y = UFix(1, 1);
val KF_N = UFix(0, 1);