拆分读写访问地址线,以优化时序

This commit is contained in:
Ruige Lee
2025-05-21 10:28:36 +08:00
parent d90ea07f5e
commit 8779d92790
4 changed files with 137 additions and 120 deletions

View File

@@ -628,7 +628,7 @@ initial begin
$fdisplay(spidata_file, "--->>>嗅探");
//设置SM1在写入0x3地址触发enq
txBuf[0+3] = 8'h03;
txBuf[0+3] = 8'h04;
txBuf[1+3] = 8'h00;
spi_trans( (16'h0302), (`SPI_WRITE), (2), (`IF_IDX(0)) );
spi_trans( (16'h0306), (`SPI_WRITE), (2), (`IF_IDX(0)) );