revC: more layout work on port A & misc
by Hector Martin 6 years 7 months
06e01259
Glasgow.lib: Add TCA9517 symbol
by Hector Martin 6 years 7 months
20b2f3d7
revC: I/O buffer B routing
by Hector Martin 6 years 7 months
0a295a5a
firmware: fix illegal IOx manipulation.
by whitequark 6 years 7 months
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.
19662930
gateware.fx2: `async` became a reserved word.
by whitequark 6 years 7 months
gateware.fx2: `async` became a reserved word.

Fixes #78.
1fbf9767
applet.spi_flash_25c: improve description.
by whitequark 6 years 7 months
0fc7baca
applet.spi_flash_25c: cover API with regression te...
by whitequark 6 years 7 months
applet.spi_flash_25c: cover API with regression tests.
c673d193
applet: implement record/replay interface tests.
by whitequark 6 years 7 months
955db47b
revC: move FPGA I/O banks to a separate sheet, wir...
by Hector Martin 6 years 7 months
revC: move FPGA I/O banks to a separate sheet, wire I/O buffers
c3cf0363
revC: route LVDS
by Hector Martin 6 years 8 months
2f1bb88c
Report a bug