Skip to content
Snippets Groups Projects
Commit 509e35c3 authored by Pepping's avatar Pepping
Browse files

moved re-and deinterleaver

parent 7b9f8875
No related branches found
No related tags found
No related merge requests found
...@@ -103,8 +103,8 @@ synth_files = ...@@ -103,8 +103,8 @@ synth_files =
src/vhdl/dp_offload_rx.vhd src/vhdl/dp_offload_rx.vhd
$UNB/Firmware/modules/dp/src/vhdl/dp_offload_tx_dev.vhd $UNB/Firmware/modules/dp/src/vhdl/dp_offload_tx_dev.vhd
$UNB/Firmware/modules/dp/src/vhdl/dp_offload_rx_dev.vhd $UNB/Firmware/modules/dp/src/vhdl/dp_offload_rx_dev.vhd
$UNB/Firmware/modules/dp/src/vhdl/dp_deinterleave.vhd src/vhdl/dp_deinterleave.vhd
$UNB/Firmware/modules/dp/src/vhdl/dp_reinterleave.vhd src/vhdl/dp_reinterleave.vhd
$UNB/Firmware/modules/dp/src/vhdl/dp_requantize.vhd $UNB/Firmware/modules/dp/src/vhdl/dp_requantize.vhd
$UNB/Firmware/modules/dp/src/vhdl/dp_wideband_sp_arr_scope.vhd $UNB/Firmware/modules/dp/src/vhdl/dp_wideband_sp_arr_scope.vhd
$UNB/Firmware/modules/dp/src/vhdl/dp_wideband_wb_arr_scope.vhd $UNB/Firmware/modules/dp/src/vhdl/dp_wideband_wb_arr_scope.vhd
...@@ -135,7 +135,7 @@ test_bench_files = ...@@ -135,7 +135,7 @@ test_bench_files =
$UNB/Firmware/modules/dp/tb/vhdl/tb2_dp_demux.vhd $UNB/Firmware/modules/dp/tb/vhdl/tb2_dp_demux.vhd
$UNB/Firmware/modules/dp/tb/vhdl/tb3_dp_demux.vhd $UNB/Firmware/modules/dp/tb/vhdl/tb3_dp_demux.vhd
$UNB/Firmware/modules/dp/tb/vhdl/tb_dp_concat.vhd $UNB/Firmware/modules/dp/tb/vhdl/tb_dp_concat.vhd
$UNB/Firmware/modules/dp/tb/vhdl/tb_dp_deinterleave.vhd tb/vhdl/tb_dp_deinterleave.vhd
$UNB/Firmware/modules/dp/tb/vhdl/tb_dp_distribute.vhd $UNB/Firmware/modules/dp/tb/vhdl/tb_dp_distribute.vhd
tb/vhdl/tb_dp_example_no_dut.vhd tb/vhdl/tb_dp_example_no_dut.vhd
$UNB/Firmware/modules/dp/tb/vhdl/tb_dp_fifo_fill.vhd $UNB/Firmware/modules/dp/tb/vhdl/tb_dp_fifo_fill.vhd
...@@ -161,7 +161,7 @@ test_bench_files = ...@@ -161,7 +161,7 @@ test_bench_files =
$UNB/Firmware/modules/dp/tb/vhdl/tb_dp_pad_insert_remove.vhd $UNB/Firmware/modules/dp/tb/vhdl/tb_dp_pad_insert_remove.vhd
$UNB/Firmware/modules/dp/tb/vhdl/tb_dp_pipeline.vhd $UNB/Firmware/modules/dp/tb/vhdl/tb_dp_pipeline.vhd
$UNB/Firmware/modules/dp/tb/vhdl/tb_dp_pipeline_ready.vhd $UNB/Firmware/modules/dp/tb/vhdl/tb_dp_pipeline_ready.vhd
$UNB/Firmware/modules/dp/tb/vhdl/tb_dp_reinterleave.vhd tb/vhdl/tb_dp_reinterleave.vhd
$UNB/Firmware/modules/dp/tb/vhdl/tb_dp_shiftreg.vhd $UNB/Firmware/modules/dp/tb/vhdl/tb_dp_shiftreg.vhd
$UNB/Firmware/modules/dp/tb/vhdl/tb_dp_split.vhd $UNB/Firmware/modules/dp/tb/vhdl/tb_dp_split.vhd
$UNB/Firmware/modules/dp/tb/vhdl/tb_dp_tail_remove.vhd $UNB/Firmware/modules/dp/tb/vhdl/tb_dp_tail_remove.vhd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment