1
0

interface cleanup, major pipeline changes

This commit is contained in:
Rimas Avizienis
2011-11-01 17:59:27 -07:00
parent ace4c9d13c
commit 08b89e7710
7 changed files with 426 additions and 475 deletions

View File

@ -21,6 +21,7 @@ object Constants
val PC_J = UFix(4, 3);
val PC_JR = UFix(5, 3);
val PC_PCR = UFix(6, 3);
val PC_MEM = UFix(7, 3);
val KF_Y = UFix(1, 1);
val KF_N = UFix(0, 1);