add wb2 width

This commit is contained in:
AngeloJacobo 2023-08-20 13:23:48 +08:00
parent 83b7b95af4
commit fd443ddefd
1 changed files with 2 additions and 2 deletions

View File

@ -161,8 +161,8 @@ uart #(.DATA_WIDTH(8)) uart_m
.ODELAY_SUPPORTED(0), //set to 1 when ODELAYE2 is supported
.LANES(2), //8 lanes of DQ
.AUX_WIDTH(16),
.WB2_ADDR_BITS(8),
.WB2_DATA_BITS(8),
.WB2_ADDR_BITS(32),
.WB2_DATA_BITS(32),
.OPT_LOWPOWER(1), //1 = low power, 0 = low logic
.OPT_BUS_ABORT(1), //1 = can abort bus, 0 = no absort (i_wb_cyc will be ignored, ideal for an AXI implementation which cannot abort transaction)
.MICRON_SIM(0) //simulation for micron ddr3 model (shorten POWER_ON_RESET_HIGH and INITIAL_CKE_LOW)