mirror of
https://github.com/UzixLS/TSConf_MiST.git
synced 2025-07-18 23:01:37 +03:00
fix random glitches while reading rtc in basic (fix by TSL)
Code to check: 10 out 61431, 128 20 out 57335, 0 30 print in 49143; 40 print " "; 50 goto 30
This commit is contained in:
@ -638,7 +638,7 @@ module zports
|
||||
if (comport_wr || comport_rd)
|
||||
wait_addr <= a[15:8];
|
||||
|
||||
if ((loa==PORTXT) && (hoa == DMAWPA))
|
||||
if (portxt_wr && (hoa == DMAWPA))
|
||||
wait_addr <= din;
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user