fix the data field width mismatch between AXI that goes to MIG core and that of the Memory Bus

This commit is contained in:
jerryho
2023-05-26 16:08:59 +08:00
parent 7f11c95da9
commit 45eeee5092

View File

@@ -84,8 +84,8 @@ class VCU118FPGATestHarness(override implicit val p: Parameters) extends VCU118S
name = "chip_ddr",
sourceId = IdRange(0, 1 << dp(ExtTLMem).get.master.idBits)
)))))
ddrNode := ddrClient
ddrNode := TLWidthWidget(dp(XLen)/8) := ddrClient
// module implementation
override lazy val module = new VCU118FPGATestHarnessImp(this)
}