修改仿真的顶层文件,适配最新的spi,貌似还是不能工作

This commit is contained in:
2025-09-19 00:08:23 +08:00
parent 2e19a95b92
commit 8112262d09
6 changed files with 300 additions and 244 deletions

View File

@@ -854,25 +854,6 @@ end
`define MST_RX_LEN_ADDR (`MST_RX0_LEN_ADDR)
`define MST_TX_LEN_ADDR (`MST_TX0_LEN_ADDR)
`define SETTING_ENCRYPTION \
txBuf[3 + 0] = 8'hb1;\
txBuf[3 + 1] = 8'hd2;\
txBuf[3 + 2] = 8'hf1;\
txBuf[3 + 3] = 8'h03;\
txBuf[3 + 4] = 8'hf2;\
txBuf[3 + 5] = 8'h01;\
txBuf[3 + 6] = 8'hf5;\
txBuf[3 + 7] = 8'h04;\
txBuf[3 + 8] = 8'ha1;\
txBuf[3 + 9] = 8'h01;\
txBuf[3 + 10] = 8'hd3;\
txBuf[3 + 11] = 8'h07;\
txBuf[3 + 12] = 8'hc8;\
txBuf[3 + 13] = 8'hef;\
txBuf[3 + 14] = 8'hb9;\
txBuf[3 + 15] = 8'h52;\
txBuf[3 + 16] = 8'h01;
`define BEGIN_TESTCASE(filename) \
integer logh;\
logh = $fopen(filename, "w")