1
0

Define fetchBytes in HasCoreParams, not Frontend

It is more generally useful.
This commit is contained in:
Andrew Waterman
2017-09-29 12:31:26 -07:00
parent 2786e42d99
commit 7bcf28c585
2 changed files with 1 additions and 1 deletions

View File

@ -54,6 +54,7 @@ trait HasCoreParameters extends HasTileParameters {
val fetchWidth = coreParams.fetchWidth
val decodeWidth = coreParams.decodeWidth
val fetchBytes = coreParams.fetchBytes
val coreInstBits = coreParams.instBits
val coreInstBytes = coreInstBits/8
val coreDataBits = xLen max fLen