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

Use relative path instead of absolute path with $SVN, because this avoids need...

Use relative path instead of absolute path with $SVN, because this avoids need for definition of $SVN.
parent 0b12413f
Branches
No related tags found
No related merge requests found
......@@ -9,24 +9,24 @@ modelsim_copy_files =
src/hex hex
synth_files =
$SVN/RadioHDL/trunk/libraries/dsp/correlator/src/vhdl/corr_carousel.vhd
$SVN/RadioHDL/trunk/libraries/dsp/correlator/src/vhdl/corr_unfolder.vhd
$SVN/RadioHDL/trunk/libraries/dsp/correlator/src/vhdl/corr_permutator.vhd
$SVN/RadioHDL/trunk/libraries/dsp/correlator/src/vhdl/corr_folder.vhd
$SVN/RadioHDL/trunk/libraries/dsp/correlator/src/vhdl/corr_folder_2arr_2.vhd
$SVN/RadioHDL/trunk/libraries/dsp/correlator/src/vhdl/corr_multiplier.vhd
$SVN/RadioHDL/trunk/libraries/dsp/correlator/src/vhdl/corr_adder.vhd
$SVN/RadioHDL/trunk/libraries/dsp/correlator/src/vhdl/corr_accumulator.vhd
$SVN/RadioHDL/trunk/libraries/dsp/correlator/src/vhdl/corr_visibility_buffer.vhd
$SVN/RadioHDL/trunk/libraries/dsp/correlator/src/vhdl/corr_output_framer.vhd
$SVN/RadioHDL/trunk/libraries/dsp/correlator/src/vhdl/correlator.vhd
src/vhdl/corr_carousel.vhd
src/vhdl/corr_unfolder.vhd
src/vhdl/corr_permutator.vhd
src/vhdl/corr_folder.vhd
src/vhdl/corr_folder_2arr_2.vhd
src/vhdl/corr_multiplier.vhd
src/vhdl/corr_adder.vhd
src/vhdl/corr_accumulator.vhd
src/vhdl/corr_visibility_buffer.vhd
src/vhdl/corr_output_framer.vhd
src/vhdl/correlator.vhd
test_bench_files =
$SVN/RadioHDL/trunk/libraries/dsp/correlator/tb/vhdl/tb_corr_carousel.vhd
$SVN/RadioHDL/trunk/libraries/dsp/correlator/tb/vhdl/tb_corr_permutator.vhd
$SVN/RadioHDL/trunk/libraries/dsp/correlator/tb/vhdl/tb_corr_folder.vhd
$SVN/RadioHDL/trunk/libraries/dsp/correlator/tb/vhdl/tb_corr_multiplier.vhd
$SVN/RadioHDL/trunk/libraries/dsp/correlator/tb/vhdl/tb_corr_accumulator.vhd
$SVN/RadioHDL/trunk/libraries/dsp/correlator/tb/vhdl/tb_correlator.vhd
tb/vhdl/tb_corr_carousel.vhd
tb/vhdl/tb_corr_permutator.vhd
tb/vhdl/tb_corr_folder.vhd
tb/vhdl/tb_corr_multiplier.vhd
tb/vhdl/tb_corr_accumulator.vhd
tb/vhdl/tb_correlator.vhd
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment