You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was working on https://github.com/drtrigon/fpgarduino-icestorm and have setup a picorv32 with peripherials in order to emulate/mimic an arduino uno board. During this I came to the point where I would have to implement delayMicroseconds() which is not possible due to the slow memory access.
Is it possible to speed up the SPI memory access, by making the clock faster using e.g. a PLL? Does a PLL block exist for icestudio? Does it work with the Alhambra II board?
The text was updated successfully, but these errors were encountered:
drtrigon
changed the title
Speed-up memory access with PLL?
Speed-up memory access using PLL?
Oct 20, 2020
I was working on https://github.com/drtrigon/fpgarduino-icestorm and have setup a picorv32 with peripherials in order to emulate/mimic an arduino uno board. During this I came to the point where I would have to implement
delayMicroseconds()
which is not possible due to the slow memory access.Is it possible to speed up the SPI memory access, by making the clock faster using e.g. a PLL? Does a PLL block exist for icestudio? Does it work with the Alhambra II board?
The text was updated successfully, but these errors were encountered: