From 7ffa8c907b62b4bc844e57fb75c013d4058bc484 Mon Sep 17 00:00:00 2001 From: Pepping <pepping> Date: Thu, 22 Jan 2015 14:34:31 +0000 Subject: [PATCH] - Added entry for dp_sync_checker + testbench --- libraries/base/dp/hdllib.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libraries/base/dp/hdllib.cfg b/libraries/base/dp/hdllib.cfg index 1a832a9810..1b801b3c5d 100644 --- a/libraries/base/dp/hdllib.cfg +++ b/libraries/base/dp/hdllib.cfg @@ -110,7 +110,7 @@ synth_files = $UNB/Firmware/modules/dp/src/vhdl/dp_barrel_shift.vhd $UNB/Firmware/modules/dp/src/vhdl/dp_shiftram.vhd $UNB/Firmware/modules/dp/src/vhdl/dp_src_out_timer.vhd - + src/vhdl/dp_sync_checker.vhd $UNB/Firmware/modules/dp/tb/vhdl/dp_stream_player.vhd $UNB/Firmware/modules/dp/tb/vhdl/dp_stream_recorder.vhd $UNB/Firmware/modules/dp/tb/vhdl/dp_stream_rec_play.vhd @@ -162,6 +162,8 @@ test_bench_files = $UNB/Firmware/modules/dp/tb/vhdl/tb_dp_tail_remove.vhd $UNB/Firmware/modules/dp/tb/vhdl/tb_dp_throttle_sop.vhd $UNB/Firmware/modules/dp/tb/vhdl/tb_mms_dp_fields.vhd + tb/vhdl/tb_dp_sync_checker.vhd + $UNB/Firmware/modules/dp/tb/vhdl/tb_dp_example_no_dut.vhd $UNB/Firmware/modules/dp/tb/vhdl/tb_tb_dp_block_gen.vhd $UNB/Firmware/modules/dp/tb/vhdl/tb_tb_dp_bsn_align.vhd @@ -189,5 +191,6 @@ test_bench_files = $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_split.vhd + tb/vhdl/tb_tb_dp_sync_checker.vhd $UNB/Firmware/modules/dp/tb/vhdl/tb_tb_tb_dp_backpressure.vhd -- GitLab