diff --git a/libraries/dig_receiver/common_OA/hdllib.cfg b/libraries/dig_receiver/common_OA/hdllib.cfg new file mode 100644 index 0000000000000000000000000000000000000000..84b1b21709eb7c8a7191af24b1569d78cc11e563 --- /dev/null +++ b/libraries/dig_receiver/common_OA/hdllib.cfg @@ -0,0 +1,20 @@ +hdl_lib_name = common_OA +hdl_library_clause_name = common_OA_lib +hdl_lib_uses_synth = technology common +hdl_lib_uses_sim = + +hdl_lib_technology = + +build_dir_sim = $HDL_BUILD_DIR +build_dir_synth = $HDL_BUILD_DIR + +synth_files = + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/common_OA/src/vhdl/common_delay.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/common_OA/src/vhdl/common_delay_sl.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/common_OA/src/vhdl/common_pulse_delay.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/common_OA/src/vhdl/common_ram_wdrd.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/common_OA/src/vhdl/common_ram_wsrs.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/common_OA/src/vhdl/TotPowIntegrator.vhd + +test_bench_files = + diff --git a/libraries/dig_receiver/fft_module_n/hdllib.cfg b/libraries/dig_receiver/fft_module_n/hdllib.cfg new file mode 100644 index 0000000000000000000000000000000000000000..4b5f33be3203b48ce1b43ee01eb9c29dc4243414 --- /dev/null +++ b/libraries/dig_receiver/fft_module_n/hdllib.cfg @@ -0,0 +1,50 @@ +hdl_lib_name = fft_module_n +hdl_library_clause_name = fft_module_n_lib +hdl_lib_uses_synth = technology common common_OA +hdl_lib_uses_sim = + +hdl_lib_technology = + +build_dir_sim = $HDL_BUILD_DIR +build_dir_synth = $HDL_BUILD_DIR + +synth_files = + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/fft/src/vhdl/fft_pkg.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/fft/src/vhdl/multadd.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/fft/src/vhdl/fft_bf.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/fft/src/vhdl/fft_cm.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/fft/src/vhdl/twiddle_rom.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/fft/src/vhdl/twiddle_mem.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/fft/src/vhdl/common_delay_cmplx.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/fft/src/vhdl/shift_radix_n.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/fft/src/vhdl/fft_stage_0.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/fft/src/vhdl/fft_stage_1.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/fft/src/vhdl/fft_stage_n.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/fft/src/vhdl/fft_module2.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/fft/src/vhdl/bitrev.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/fft/src/vhdl/fft4_twiddle.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/fft/src/vhdl/fft4_bf.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/fft/src/vhdl/fft4_stage_0.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/fft/src/vhdl/fft4_stage_n.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/fft/src/vhdl/fft_module4.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/fft/src/vhdl/fft8_bf.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/fft/src/vhdl/c2r_chain.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/fft/src/vhdl/cmplx2real.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/fft/src/vhdl/real_fft_16.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/fft/src/vhdl/real_fft_16_main.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/fft/src/vhdl/real_fft_4.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/fft/src/vhdl/real_fft_4_main.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/fft/src/vhdl/real_fft_8.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/fft/src/vhdl/real_fft_8_main.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/fft/src/vhdl/real_fft_main.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/fft/src/vhdl/reorder_radix_n.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/fft/src/vhdl/bitrev_mod4.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/fft/src/vhdl/winograd5_serial.vhd + +test_bench_files = + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/fft/src/vhdl/sims/dds_4.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/fft/src/vhdl/sims/tb_real_fft8.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/fft/src/vhdl/sims/tb_fftmod4_dav.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/fft/src/vhdl/sims/tb_real_fft.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/fft/src/vhdl/sims/tb_winograd5.vhd + diff --git a/libraries/dig_receiver/polyfilt/hdllib.cfg b/libraries/dig_receiver/polyfilt/hdllib.cfg new file mode 100644 index 0000000000000000000000000000000000000000..b18135f49886c9b7db03886d3ecf79ed45ea3c6d --- /dev/null +++ b/libraries/dig_receiver/polyfilt/hdllib.cfg @@ -0,0 +1,28 @@ +hdl_lib_name = polyfilt +hdl_library_clause_name = polyfilt_lib +hdl_lib_uses_synth = technology common common_OA fft_module_n +hdl_lib_uses_sim = + +hdl_lib_technology = + +build_dir_sim = $HDL_BUILD_DIR +build_dir_synth = $HDL_BUILD_DIR + +synth_files = + $SVN/UniBoard_FP7/Digital_Receiver/trunk/Firmware/modules_HDL/polyfilt/src/vhdl/channelizer_pfb_16.vhd + $SVN/UniBoard_FP7/Digital_Receiver/trunk/Firmware/modules_HDL/polyfilt/src/vhdl/channelizer_pfb_4.vhd + $SVN/UniBoard_FP7/Digital_Receiver/trunk/Firmware/modules_HDL/polyfilt/src/vhdl/channelizer_pfb_8.vhd + $SVN/UniBoard_FP7/Digital_Receiver/trunk/Firmware/modules_HDL/polyfilt/src/vhdl/channelizer_pfb.vhd + $SVN/UniBoard_FP7/Digital_Receiver/trunk/Firmware/modules_HDL/polyfilt/src/vhdl/filt_27_1024.vhd + $SVN/UniBoard_FP7/Digital_Receiver/trunk/Firmware/modules_HDL/polyfilt/src/vhdl/filt_28_1024.vhd + $SVN/UniBoard_FP7/Digital_Receiver/trunk/Firmware/modules_HDL/polyfilt/src/vhdl/frequency_rotate.vhd + $SVN/UniBoard_FP7/Digital_Receiver/trunk/Firmware/modules_HDL/polyfilt/src/vhdl/poly_27_1024.vhd + $SVN/UniBoard_FP7/Digital_Receiver/trunk/Firmware/modules_HDL/polyfilt/src/vhdl/poly_delay.vhd + $SVN/UniBoard_FP7/Digital_Receiver/trunk/Firmware/modules_HDL/polyfilt/src/vhdl/poly_filter_main.vhd + $SVN/UniBoard_FP7/Digital_Receiver/trunk/Firmware/modules_HDL/polyfilt/src/vhdl/poly_filt_tb.vhd + $SVN/UniBoard_FP7/Digital_Receiver/trunk/Firmware/modules_HDL/polyfilt/src/vhdl/poly_filt.vhd + $SVN/UniBoard_FP7/Digital_Receiver/trunk/Firmware/modules_HDL/polyfilt/src/vhdl/poly_rom.vhd + $SVN/UniBoard_FP7/Digital_Receiver/trunk/Firmware/modules_HDL/polyfilt/src/vhdl/rate_change.vhd + +test_bench_files = + diff --git a/libraries/dig_receiver/test_generator/hdllib.cfg b/libraries/dig_receiver/test_generator/hdllib.cfg new file mode 100644 index 0000000000000000000000000000000000000000..b6913eaafa6fe2d6d786a8d9c95dbf0af78c09d9 --- /dev/null +++ b/libraries/dig_receiver/test_generator/hdllib.cfg @@ -0,0 +1,21 @@ +hdl_lib_name = test_generator +hdl_library_clause_name = test_generator_lib +hdl_lib_uses_synth = common mm dp diag axi4 +hdl_lib_uses_sim = + +hdl_lib_technology = + +build_dir_sim = $HDL_BUILD_DIR +build_dir_synth = $HDL_BUILD_DIR + +synth_files = + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/test_generator/src/vhdl/cal_pulse.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/test_generator/src/vhdl/xorshift_RNG.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/test_generator/src/vhdl/WNG.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/test_generator/src/vhdl/samp_add.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/test_generator/src/vhdl/dds_n.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/test_generator/src/vhdl/test_generator_axi4_if.vhd + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/test_generator/src/vhdl/test_generator_axi4.vhd + +test_bench_files = + $SVN/Digital_Receiver/trunk/Firmware/modules_HDL/test_generator/src/vhdl/tb_test_generator.vhd