1
0

no dessert tonight :(

This commit is contained in:
Andrew Waterman
2012-03-26 23:50:09 -07:00
parent a70f0414fa
commit 6bda8674bd
3 changed files with 34 additions and 31 deletions

View File

@ -9,6 +9,8 @@ object Constants
val HAVE_FPU = true
val HAVE_VEC = true
val MEM_BACKUP_WIDTH = 16
val BR_N = UFix(0, 4);
val BR_EQ = UFix(1, 4);
val BR_NE = UFix(2, 4);