bugfix:写操作单线4线切换错误
This commit is contained in:
@@ -59,7 +59,7 @@ trait SyncSpiAsync{ this: SyncSpiInterfaceBase =>
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
when( bitSel <= 3.U ){ //单线操作
|
when( byteSel <= 3.U ){ //单线操作
|
||||||
when( bitSel === 0.U ){
|
when( bitSel === 0.U ){
|
||||||
exRegi := Cat( 0.U, qspi.mosi.extract(0) )
|
exRegi := Cat( 0.U, qspi.mosi.extract(0) )
|
||||||
}.otherwise{
|
}.otherwise{
|
||||||
|
|||||||
Reference in New Issue
Block a user