Include some modules, description, testbench files for components, which work with AXI-Stream interface
| № | Name | Description |
|---|---|---|
| 1 | axis_dump_gen | data generator with Master AXI-Stream interface for output data |
| 2 | axis_checker | checking unit for input stream with Slave AXI-Stream interface for input stream |
| 3 | axis_collector | component for accumulate, hold, ordering and transmission data. |
| 4 | axis_arb_2_to_1 | 2-to-1 AXI-Stream arbiter with equal priority over inputs and ring survey |
| 5 | axis_pkt_sw_2_to_1 | 2 to 1 AXI-Stream arbiter with accumulation packets, equal priority over both inputs and ring survey |
| 6 | axis_loader_ss | Component for programming FPGA over SlaveSerial protocol |
| 7 | axis_ddr_mgr_fd | Component for read/write memory over AXI-Stream and AXI-Full |
| 8 | axis_data_delayer | Component for delaying input data and compensate valid signal in all packet length |
| 9 | axis_loader_ssm | Component for programming external FPGA over Slave SerialMAP protocol |
| 10 | axis_threshold_ctrl | Component for control data speed with support AXI-Stream |
| 11 | axis_micron_nor_ctrlr_x4 | Component for provide accessing to Micron NOR MT25Q Flash |
Include some modules for work with ethernet infrastructure
| № | Name | Description |
|---|---|---|
| 1 | arp_tables | Components for using as ARP tables in our projects |
Include fifo primitives for instantiate them to other component for flexibility configuration
| № | Name | Description |
|---|---|---|
| 1 | fifo_out_async_xpm | Asyncronous fifo for realize as Master AXI Stream |
| 2 | fifo_out_sync_xpm | Syncronous fifo for realize as Master AXI Stream |
| 3 | fifo_out_sync_xpm_id | Syncronous fifo for realize as Master AXI Stream with support TID field |
| 4 | fifo_cmd_async_xpm | Asyncronous fifo for realize command support |
| 5 | fifo_cmd_sync_xpm | Syncronous fifo for realize command support |
| 6 | fifo_in_pkt_xpm | Syncronous fifo for accumulate packets |
| 7 | fifo_in_sync_xpm | Syncronous fifo for implement Slave AXI-Stream |
| 8 | fifo_in_async_xpm | Asyncronous fifo for implement Slave AXI-Stream |
| 9 | fifo_in_sync_counted_xpm | Syncronous FIFO for implement Slave AXI-Stream with data counting |
| 10 | fifo_out_pfull_sync_xpm | Syncronous FIFO for implemet Master AXI-Stream with support pfull asserion for correct realize burst mechanism |
include RAM primitives for instantiate them to other components for flexibility configuration
| № | Name | Description |
|---|---|---|
| 1 | sdpram | single port RAM with configurable parameters |
| 2 | tdpram | true dual port RAM with configurable parameters |
Include components, wrappers for syncronization CDC signals
| № | Name | Description |
|---|---|---|
| 1 | rst_syncer | reset signal syncronization unit |