revC: more layout work on port A & misc
by Hector Martin 6 years 1 month
06e01259
Glasgow.lib: Add TCA9517 symbol
by Hector Martin 6 years 1 month
20b2f3d7
revC: I/O buffer B routing
by Hector Martin 6 years 1 month
0a295a5a
firmware: fix illegal IOx manipulation. Something like: IOx |= 0x02; IOx &= 0x01; doesn't guaranteed to work unless both of those are already outputs, since writing an 1 (or 0) to an input doesn't change the value read back. In practice this results in weird inconsistent bugs due to board-to- board variability. Fixes #77.
by whitequark 6 years 1 month
19662930
gateware.fx2: `async` became a reserved word. Fixes #78.
by whitequark 6 years 1 month
1fbf9767
applet.spi_flash_25c: improve description.
by whitequark 6 years 1 month
0fc7baca
applet.spi_flash_25c: cover API with regression tests.
by whitequark 6 years 1 month
c673d193
applet: implement record/replay interface tests.
by whitequark 6 years 1 month
955db47b
revC: move FPGA I/O banks to a separate sheet, wire I/O buffers
by Hector Martin 6 years 1 month
c3cf0363
revC: route LVDS
by Hector Martin 6 years 1 month
2f1bb88c
Report a bug