Skip to content
Snippets Groups Projects
Commit 9b4daa11 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Renamed dp_repack_dev into dp_repack_data.

parent fda98c6a
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ synth_files = ...@@ -74,7 +74,7 @@ synth_files =
$UNB/Firmware/modules/dp/src/vhdl/dp_frame.vhd $UNB/Firmware/modules/dp/src/vhdl/dp_frame.vhd
$UNB/Firmware/modules/dp/src/vhdl/dp_unframe.vhd $UNB/Firmware/modules/dp/src/vhdl/dp_unframe.vhd
$UNB/Firmware/modules/dp/src/vhdl/dp_repack.vhd $UNB/Firmware/modules/dp/src/vhdl/dp_repack.vhd
src/vhdl/dp_repack_dev.vhd src/vhdl/dp_repack_data.vhd
$UNB/Firmware/modules/dp/src/vhdl/dp_frame_repack.vhd $UNB/Firmware/modules/dp/src/vhdl/dp_frame_repack.vhd
$UNB/Firmware/modules/dp/src/vhdl/dp_frame_scheduler.vhd $UNB/Firmware/modules/dp/src/vhdl/dp_frame_scheduler.vhd
$UNB/Firmware/modules/dp/src/vhdl/dp_packet_enc.vhd $UNB/Firmware/modules/dp/src/vhdl/dp_packet_enc.vhd
...@@ -169,7 +169,7 @@ test_bench_files = ...@@ -169,7 +169,7 @@ test_bench_files =
$UNB/Firmware/modules/dp/tb/vhdl/tb_dp_pipeline_ready.vhd $UNB/Firmware/modules/dp/tb/vhdl/tb_dp_pipeline_ready.vhd
tb/vhdl/tb_dp_reinterleave.vhd tb/vhdl/tb_dp_reinterleave.vhd
tb/vhdl/tb_dp_repack.vhd tb/vhdl/tb_dp_repack.vhd
tb/vhdl/tb_dp_repack_dev.vhd tb/vhdl/tb_dp_repack_data.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
...@@ -206,7 +206,7 @@ test_bench_files = ...@@ -206,7 +206,7 @@ test_bench_files =
$UNB/Firmware/modules/dp/tb/vhdl/tb_tb_dp_packet_merge.vhd $UNB/Firmware/modules/dp/tb/vhdl/tb_tb_dp_packet_merge.vhd
$UNB/Firmware/modules/dp/tb/vhdl/tb_tb_dp_pipeline.vhd $UNB/Firmware/modules/dp/tb/vhdl/tb_tb_dp_pipeline.vhd
$UNB/Firmware/modules/dp/tb/vhdl/tb_tb_dp_pipeline_ready.vhd $UNB/Firmware/modules/dp/tb/vhdl/tb_tb_dp_pipeline_ready.vhd
tb/vhdl/tb_tb_dp_repack_dev.vhd tb/vhdl/tb_tb_dp_repack_data.vhd
$UNB/Firmware/modules/dp/tb/vhdl/tb_tb_dp_split.vhd $UNB/Firmware/modules/dp/tb/vhdl/tb_tb_dp_split.vhd
tb/vhdl/tb_tb_dp_sync_checker.vhd tb/vhdl/tb_tb_dp_sync_checker.vhd
......
...@@ -158,7 +158,7 @@ ...@@ -158,7 +158,7 @@
-- and e_random for snk_out. -- and e_random for snk_out.
-- --
-- Remarks: -- Remarks:
-- . dp_repack_dev provides two usage examples of this dp_example_dut and of -- . dp_repack_data provides two usage examples of this dp_example_dut and of
-- the dp_stream_stimuli and dp_stream_verify components that are used in -- the dp_stream_stimuli and dp_stream_verify components that are used in
-- the test bench. -- the test bench.
......
...@@ -68,6 +68,7 @@ BEGIN ...@@ -68,6 +68,7 @@ BEGIN
u_tb_tb_dp_pad_insert_remove : ENTITY work.tb_tb_dp_pad_insert_remove; u_tb_tb_dp_pad_insert_remove : ENTITY work.tb_tb_dp_pad_insert_remove;
u_tb_tb_dp_pipeline : ENTITY work.tb_tb_dp_pipeline; u_tb_tb_dp_pipeline : ENTITY work.tb_tb_dp_pipeline;
u_tb_tb_dp_pipeline_ready : ENTITY work.tb_tb_dp_pipeline_ready; u_tb_tb_dp_pipeline_ready : ENTITY work.tb_tb_dp_pipeline_ready;
u_tb_tb_dp_repack_data : ENTITY work.tb_tb_dp_repack_data;
u_tb_tb_dp_split : ENTITY work.tb_tb_dp_split; u_tb_tb_dp_split : ENTITY work.tb_tb_dp_split;
-- Extra multi TB -- Extra multi TB
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment