7
mirror of https://github.com/parallella/parallella-hw.git synced 2025-04-17 19:08:55 +00:00
parallella-hw/fpga
Ola Jeppsson beb4ca09e9 Add ESDK 2015.1 compatible bitstreams
These are the ones used in Pubuntu 2015.1

Signed-off-by: Ola Jeppsson <ola@adapteva.com>
2015-05-23 22:36:09 +02:00
..
bitstreams Add ESDK 2015.1 compatible bitstreams 2015-05-23 22:36:09 +02:00
ip Reorg, cleanup 2015-04-09 09:02:20 -04:00
old Reorg, cleanup 2015-04-09 09:02:20 -04:00
src Milestone: WRITE AND READ FROM HOST WORKS! 2015-04-21 17:16:20 -04:00
test Added XDC constraints files. 2014-12-19 16:15:26 -05:00
vivado Renaming to something more clear (per user input...) 2015-04-15 23:07:47 -04:00
README.md Adding README file describing design structure of the elink 2014-12-14 17:40:23 -05:00
versions.txt Merge remote-tracking branch 'origin/elink_redesign_fred' 2015-03-23 15:29:55 -04:00

Design structure

elink/              -  Top level level AXI elink peripheral
  emaxi/            -  AXI master interface
  exaxi/            -  AXI slave interface
  exaxilite/        -  AXI slave interface for configuration registers
  etx/              -  Elink transmit block
      etx_io        -  Converts packet to high speed serial
      etx_protocol  -  Creates an elink transaction packet
      etx_arbiter   -  Selects one of three AXI traffic sources (rd, wr, rr)
      s_rq_fifo     -  Read request fifo for slave AXI interface
      s_wr_fifo     -  Write request fifo for slave AXI interface
      m_rr_fifo     -  Read response fifo for master AXI interface 
  erx/              -  Elink receiver block
      etx_io        -  Converts serial packet received to parallel
      etx_protocol  -  Converts the elink packet to 104 bit emesh transaction
      etx_disty     -  Decodes emesh transaction and sends to AXI interface
      emmu          -  Translates the dstaddr of incoming transaction  
      m_rq_fifo     -  Read request fifo for master AXI interface
      m_wr_fifo     -  Write request fifo for master AXI interface
      s_rr_fifo     -  Read response fifo for slave AXI interface 
  ecfg/             -  Configurationr register file for elink
  embox/            -  Mail box (with interrupt output)
  eclock/           -  Clock generator