上传bugfix
This commit is contained in:
@@ -137,7 +137,7 @@ with BackBoardSpiSlv{
|
|||||||
|
|
||||||
|
|
||||||
io.lvdsSlv.upstream_tx_data_in :=
|
io.lvdsSlv.upstream_tx_data_in :=
|
||||||
Mux(upCnt === 0.U | statusPage === 15.U, upReg(upCnt), spiRegUp.io.datar)
|
Mux(upCnt === 0.U | upCnt === 1.U | statusPage === 15.U, upReg(upCnt), spiRegUp.io.datar)
|
||||||
|
|
||||||
val int = RegInit(false.B); interrupt := int
|
val int = RegInit(false.B); interrupt := int
|
||||||
when( int ){
|
when( int ){
|
||||||
|
|||||||
Reference in New Issue
Block a user