pluto_hdl_adi/projects/common/xilinx
Laszlo Nagy c3ae609bc8 data_offload: Refactor core
Deprecate unused parameters.

Change to MEM_SIZE_LOG2, to support only power of 2 storage sizes for
now. However in the future we might want to add support for non pow2
sizes so register map is not changed.

Change transfer length to -1 value to spare logic.

Change FIFO interface to AXIS to have backpressure, this allows the
implementation of data movement logic in the storage unit and let the
FSM handle high level control an synchronization and control the storage
unit through a control interface.

Refactor FSM to have preparation states where slow storages can be
configured and started ahead of the data handling.

Make bypasss FIFO optional since in some cases causes timing failures
due the missing output register of the memory. This can be targeted in
a later commit.

Hook up underflow/overflow to regmap useful in case of external memory
where rate drops due misconfiguration can be detected.

Cleanup for verilator.

Scripting:
Add HBM and DDR external memory support using util_hbm IP
Replace asym_block_ram with util_do_ram IP
2022-04-28 14:31:32 +03:00
..
adcfifo_bd.tcl adcfifo/dacfifo: fix alignments 2019-01-23 14:45:45 +02:00
adi_fir_filter_bd.tcl adi_fir_filter_bd.tcl: Synchronize the control GPIO input to the core clock 2019-12-03 17:27:56 +02:00
adi_fir_filter_constr.xdc adi_fir_filter_bd.tcl: Synchronize the control GPIO input to the core clock 2019-12-03 17:27:56 +02:00
adi_xilinx_ila.tcl common: Add xilinx ila utils 2022-04-20 10:55:02 +03:00
dacfifo_bd.tcl adcfifo/dacfifo: fix alignments 2019-01-23 14:45:45 +02:00
data_offload_bd.tcl data_offload: Refactor core 2022-04-28 14:31:32 +03:00