7
mirror of https://github.com/parallella/parallella-hw.git synced 2025-04-22 19:33:42 +00:00

fixed broken links

This commit is contained in:
Andreas Olofsson 2015-04-09 11:41:44 -04:00
parent 1fbd9f71df
commit 1512f8e384

View File

@ -5,30 +5,31 @@ This repository contains the Parallella board design source files and the FPGA
source files.
## Board Files
Contains the hardware design files of the Parallella and associated hardware.
The Parallella board is open source hardware. The table belo
Board | Description
-----------|--------------
[parallella-gen1](boards/parallella-gen1) | Parallella Kickstarter board currently in production
[parallella-template](boards/parallella-template) | KiCad template board for creating daughter cards
[porcupine](boards/porcupine) | Breakout board
[parallella-template](boards/parallella-template) | KiCad template board for creating daughter cards
[parallella-gen2](boards/parallella-gen2) | The next Parallella board (work in progress...)
## FPGA Sources
The table below contains links to some of the key blocks used by the Parallella. All source can be found in "fpga/src"
The table below contains links to some of the key blocks used by the Parallella. The complete source tree can be found in "fpga/src"
Board | Description
-----------|--------------
[elink](src/elink/hdl/elink.v) | Top level of elink physical interface used by the Epiphany
[ecfg](src/ecfg/hdl/ecfg.v) | elink configuration register file
[erx](src/erx/hdl/erx.v) | elink receiver
[etx](src/etx/hdl/etx.v) | elink transmitter
[embox](src/embox/hdl/embox.v) | Fifo based mailbox with interrupt output
[emmu](src/emmu/hdl/emmu.v) | Memory address translation unit
[emaxi](src/axi/hdl/emaxi.v) | AXI master interface
[esaxi](src/axi/hdl/esaxi.v) | AXI slave interface
[elink](fpga/src/elink/hdl/elink.v) | Top level of elink physical interface used by the Epiphany
[ecfg](fpga/src/ecfg/hdl/ecfg.v) | elink configuration register file
[erx](fpga/src/erx/hdl/erx.v) | elink receiver
[etx](fpga/src/etx/hdl/etx.v) | elink transmitter
[embox](fpga/src/embox/hdl/embox.v) | Fifo based mailbox with interrupt output
[emmu](fpga/src/emmu/hdl/emmu.v) | Memory address translation unit
[emaxi](fpga/src/axi/hdl/emaxi.v) | AXI master interface
[esaxi](fpga/src/axi/hdl/esaxi.v) | AXI slave interface
## Vivado (Xilinx) Projects
## FPGA Projects
## License
Unless otherwise specified the parallella-hw project uses the GPLv3 for RTL code and