bugfix:写操作单线4线切换错误

This commit is contained in:
RuigeLee
2026-02-02 17:51:20 +08:00
parent d3177164a9
commit 1dbac1b092

View File

@@ -59,7 +59,7 @@ trait SyncSpiAsync{ this: SyncSpiInterfaceBase =>
}
when( bitSel <= 3.U ){ //单线操作
when( byteSel <= 3.U ){ //单线操作
when( bitSel === 0.U ){
exRegi := Cat( 0.U, qspi.mosi.extract(0) )
}.otherwise{