修改测试用例数据,回归通过

This commit is contained in:
2025-09-08 18:24:49 +08:00
parent 31b362b291
commit fa1327aa5f
90 changed files with 5772 additions and 5766 deletions

View File

@@ -803,7 +803,7 @@ 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_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))