Define fetchBytes in HasCoreParams, not Frontend
It is more generally useful.
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user