分个运行测试用例基本测试通过,先备份测试用例的新修改

This commit is contained in:
2025-09-03 00:23:32 +08:00
parent cbd52792a5
commit c71f155de7
13 changed files with 141 additions and 116 deletions

View File

@@ -236,7 +236,7 @@ def __gen_slv_dev_predef(num):
+"`define ALL_DEV_NUM (`DEV_NUM + 1) // slave + master\n"
+"`define SPI_CSN_NUM (`ALL_DEV_NUM * 3)\n"
+"`define HW_SERIAL 0 //48'h31303050584c //(48'h4c5850303031)\n"
+"`define HW_SERIAL 48'h31303050584c //(48'h4c5850303031)\n"
+"`define IQSPI_PINS(N) (`N*4+3):(`N*4)\n"
+"`define EQSPI_PINS(N) ((`N + `ALL_DEV_NUM)*4+3):((`N + `ALL_DEV_NUM)*4)\n"
+"`define IQSPI_MISO(N) qspi_miso[`IQSPI_PINS(`N)]\n"