Add the rest of FX2 pinout and LED control code.
by whitequark 7 years 2 months
81ea9889
Set production pinout for FPGA configuration.
by whitequark 7 years 2 months
1ed8bc4c
Automatically load FX2 firmware if it isn't loaded...
by whitequark 7 years 2 months
Automatically load FX2 firmware if it isn't loaded yet.
cef3425f
Add a CLI action for downloading test bitstream.
by whitequark 7 years 2 months
30d5d228
Add Glasgow platform, programmer and target.
by whitequark 7 years 2 months
ac2dad6e
Correctly use TSTriple in I2C gateware.
by whitequark 7 years 2 months
0f351cd3
Move GlasgowDevice to glasgow.device and add __all...
by whitequark 7 years 2 months
Move GlasgowDevice to glasgow.device and add __all__ everywhere.

So that `import glasgow.gateware` doesn't pull in libusb.
bdb39b3a
Use a pads object for I2C instead of separate scl/...
by whitequark 7 years 2 months
Use a pads object for I2C instead of separate scl/sda signals.

So that I2CSlave(platform.request("i2c")) works.
ff0a04ab
Assign an I2C address to the FPGA.
by whitequark 7 years 2 months
0a0e7346
gateware/ → software/glasgow/gateware/
by whitequark 7 years 2 months
gateware/ → software/glasgow/gateware/

We need to move this so that CLI can generate Verilog directly.
3a62c336
Report a bug