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
In https://github.com/fvdhoef/vera-module/blob/rev4/fpga/source/top.v the autotx bit does appear to be implemented (spi_autotx_r, spi_autotx_next). It looks like what it would do is transmit $FF whenever SPI_DATA gets read (without that, you'd have to write to SPI_DATA before reading anything).
It's not actually taking up any cycles or ROM space at the moment, since the code which uses it in dos/fat32/sdcard.s is not assembled without FAST_READ.
Perhaps someone with real hardware should try correcting SPI_CTRL_AUTOTX, uncommenting FAST_READ in dos/fat32/sdcard.s, assembling, and testing. Or perhaps X16 doesn't need the extra speed.
It adds cycles and ROM space unnecessarily.
(plus is has the wrong value!)
in
dos/regs/inc.s
The text was updated successfully, but these errors were encountered: