mirror of
https://github.com/SpinalHDL/VexRiscv.git
synced 2025-04-24 22:17:05 -04:00
Fix led gui refresh rate
This commit is contained in:
parent
2259c9cb0f
commit
d6e0761065
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ object MuraxSim {
|
|||
}
|
||||
|
||||
while(true){
|
||||
sleep(100000)
|
||||
sleep(mainClkPeriod*100000)
|
||||
ledsValue = dut.io.gpioA.write.toLong
|
||||
ledsFrame.repaint()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue