fix icebreaker links

This commit is contained in:
dehann 2020-04-12 14:42:45 -04:00 committed by GitHub
parent e308982e18
commit b428e843cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 14 deletions

View File

@ -28,20 +28,20 @@ and upload them to a connected iCE40-HX8K Breakout Board.
Run `make icebprog` to build the configuration bit-stream and firmware images
and upload them to a connected iCEBreaker Board.
| File | Description |
| --------------------------------- | --------------------------------------------------------------- |
| [picosoc.v](picosoc.v) | Top-level PicoSoC Verilog module |
| [spimemio.v](spimemio.v) | Memory controller that interfaces to external SPI flash |
| [simpleuart.v](simpleuart.v) | Simple UART core connected directly to SoC TX/RX lines |
| [start.s](start.s) | Assembler source for firmware.hex/firmware.bin |
| [firmware.c](firmware.c) | C source for firmware.hex/firmware.bin |
| [sections.lds](sections.lds) | Linker script for firmware.hex/firmware.bin |
| [hx8kdemo.v](hx8kdemo.v) | FPGA-based example implementation on iCE40-HX8K Breakout Board |
| [hx8kdemo.pcf](hx8kdemo.pcf) | Pin constraints for implementation on iCE40-HX8K Breakout Board |
| [hx8kdemo\_tb.v](hx8kdemo_tb.v) | Testbench for implementation on iCE40-HX8K Breakout Board |
| [icebreaker.v](hx8kdemo.v) | FPGA-based example implementation on iCEBreaker Board |
| [icebreaker.pcf](hx8kdemo.pcf) | Pin constraints for implementation on iCEBreaker Board |
| [icebreaker\_tb.v](hx8kdemo_tb.v) | Testbench for implementation on iCEBreaker Board |
| File | Description |
| ----------------------------------- | --------------------------------------------------------------- |
| [picosoc.v](picosoc.v) | Top-level PicoSoC Verilog module |
| [spimemio.v](spimemio.v) | Memory controller that interfaces to external SPI flash |
| [simpleuart.v](simpleuart.v) | Simple UART core connected directly to SoC TX/RX lines |
| [start.s](start.s) | Assembler source for firmware.hex/firmware.bin |
| [firmware.c](firmware.c) | C source for firmware.hex/firmware.bin |
| [sections.lds](sections.lds) | Linker script for firmware.hex/firmware.bin |
| [hx8kdemo.v](hx8kdemo.v) | FPGA-based example implementation on iCE40-HX8K Breakout Board |
| [hx8kdemo.pcf](hx8kdemo.pcf) | Pin constraints for implementation on iCE40-HX8K Breakout Board |
| [hx8kdemo\_tb.v](hx8kdemo_tb.v) | Testbench for implementation on iCE40-HX8K Breakout Board |
| [icebreaker.v](icebreaker.v) | FPGA-based example implementation on iCEBreaker Board |
| [icebreaker.pcf](icebreaker.pcf) | Pin constraints for implementation on iCEBreaker Board |
| [icebreaker\_tb.v](icebreaker_tb.v) | Testbench for implementation on iCEBreaker Board |
### Memory map: