Merge branch 'dev'
This commit is contained in:
commit
5fc4125763
|
@ -287,7 +287,7 @@ case class DataCacheMemBus(p : DataCacheConfig) extends Bundle with IMasterSlave
|
|||
axi.sharedCmd.write := cmdStage.wr
|
||||
axi.sharedCmd.prot := "010"
|
||||
axi.sharedCmd.cache := "1111"
|
||||
axi.sharedCmd.size := cmd.size.max(log2Up(p.memDataBytes))
|
||||
axi.sharedCmd.size := log2Up(p.memDataBytes)
|
||||
axi.sharedCmd.addr := cmdStage.address
|
||||
axi.sharedCmd.len := cmd.beatCountMinusOne.resized
|
||||
|
||||
|
|
Loading…
Reference in New Issue