From b6aec8739b438456d985f4b5d99b8e936feb58ec Mon Sep 17 00:00:00 2001 From: Andreas Neiser Date: Tue, 30 Apr 2013 09:54:07 +0200 Subject: [PATCH] Included Adder_304 as ngo with symlink to workdir in CTS --- cts/trb3_central.prj | 3 ++- cts/workdir/Adder_304.ngo | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 120000 cts/workdir/Adder_304.ngo diff --git a/cts/trb3_central.prj b/cts/trb3_central.prj index f803a5a..33a2a7c 100644 --- a/cts/trb3_central.prj +++ b/cts/trb3_central.prj @@ -245,7 +245,8 @@ add_file -vhdl -lib work "source/cts.vhd" ############### #Change path to tdc release also in compile script! ############### -add_file -vhdl -lib "work" "../tdc_releases/tdc_v1.4/Adder_304.vhd" +# don't use vhd but link Adder_304.ngo to workdir! +#add_file -vhdl -lib "work" "../tdc_releases/tdc_v1.4/Adder_304.vhd" add_file -vhdl -lib "work" "../tdc_releases/tdc_v1.4/bit_sync.vhd" add_file -vhdl -lib "work" "../tdc_releases/tdc_v1.4/BusHandler.vhd" add_file -vhdl -lib "work" "../tdc_releases/tdc_v1.4/Channel.vhd" diff --git a/cts/workdir/Adder_304.ngo b/cts/workdir/Adder_304.ngo new file mode 120000 index 0000000..97c23d3 --- /dev/null +++ b/cts/workdir/Adder_304.ngo @@ -0,0 +1 @@ +../../tdc_releases/tdc_v1.4/Adder_304.ngo \ No newline at end of file -- 2.43.0