修改测试用例数据,回归通过
This commit is contained in:
@@ -827,8 +827,8 @@ end
|
||||
`define IF_IQSPI(idx) ((idx))
|
||||
`define IF_OQSPI(idx) ((`ALL_DEV_NUM * 2) + (idx))
|
||||
`define IF_OSPI(idx) ((`ALL_DEV_NUM) + (idx))
|
||||
`define SPI_WRITE 8'h0
|
||||
`define SPI_READ 8'h1
|
||||
`define SPI_WRITE 8'h00
|
||||
`define SPI_READ 8'h80
|
||||
|
||||
`define MST_TX_TRIGGER(idx) (8'h1 + ((idx & 8'h3) * 8'h2) + ((idx & 8'h3) * 8'h8))
|
||||
`define MST_RX0_ADDR 16'h0800
|
||||
|
||||
Reference in New Issue
Block a user