1
0

change htif width to 16

This commit is contained in:
Yunsup Lee 2012-07-25 17:25:50 -07:00
parent 177dbdadd9
commit 3a2b305ddf

View File

@ -12,7 +12,7 @@ object Constants
val MAX_THREADS = hwacha.Constants.NUM_PVFB * hwacha.Constants.WIDTH_PVFB / hwacha.Constants.SZ_BANK
val HTIF_WIDTH = 8
val HTIF_WIDTH = 16
val MEM_BACKUP_WIDTH = HTIF_WIDTH
val BR_X = Bits("b????", 4)