调整wd测试用例
This commit is contained in:
@@ -44,7 +44,7 @@ module ShinTopSpiTb(
|
||||
`define ALL_DEV_NUM (`DEV_NUM + 1) // slave + master
|
||||
`define SPI_CSN_NUM (`ALL_DEV_NUM * 3)
|
||||
|
||||
`define HW_SERIAL 0 //(48'h4c5850303031)
|
||||
`define HW_SERIAL 0 //48'h31303050584c //(48'h4c5850303031)
|
||||
`define IQSPI_PINS(N) (`N*4+3):(`N*4)
|
||||
`define EQSPI_PINS(N) ((`N + `ALL_DEV_NUM)*4+3):((`N + `ALL_DEV_NUM)*4)
|
||||
`define IQSPI_MISO(N) qspi_miso[`IQSPI_PINS(`N)]
|
||||
|
||||
Reference in New Issue
Block a user