From: Andreas Neiser Date: Tue, 30 Apr 2013 07:54:07 +0000 (+0200) Subject: Included Adder_304 as ngo with symlink to workdir in CTS X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=b6aec8739b438456d985f4b5d99b8e936feb58ec;p=trb3.git Included Adder_304 as ngo with symlink to workdir in CTS --- 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