]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
updated project file for SFP power read and new tdc repo
authorCahit <c.ugur@gsi.de>
Fri, 17 Apr 2015 09:08:26 +0000 (11:08 +0200)
committerCahit <c.ugur@gsi.de>
Fri, 17 Apr 2015 09:08:26 +0000 (11:08 +0200)
cts/tdc_release
cts/trb3_central.prj

index bc38bfca4e0da7649ecd1c59991b74de6cc7def7..b10de14e146095a43d6d81d32a41c5e48873e51d 120000 (symlink)
@@ -1 +1 @@
-../tdc_releases/tdc_v2.1.2
\ No newline at end of file
+../../tdc/releases/tdc_v2.1.2
\ No newline at end of file
index 4a98f6bedbcb33b7bf9e8110165c91f1973d0d45..7b2af1b31e8ce4bdf1d13a83cac93006003e6c80 100644 (file)
@@ -73,6 +73,7 @@ add_file -vhdl -lib work "config.vhd"
 add_file -vhdl -lib work "../../trbnet/trb_net_components.vhd"
 add_file -vhdl -lib work "../../trbnet/trb_net16_hub_func.vhd"
 add_file -vhdl -lib work "../base/code/clock_switch.vhd"
+add_file -vhdl -lib work "../base/code/SFP_DDM.vhd"
 add_file -vhdl -lib work "../../trbnet/lattice/ecp3/lattice_ecp2m_fifo.vhd"
 add_file -vhdl -lib work "../base/trb3_components.vhd"
 add_file -vhdl -lib work "../base/code/mbs_vulom_recv.vhd"
@@ -288,23 +289,26 @@ if {$INCLUDE_TDC == 1} {
    add_file -vhdl -lib "work" "tdc_release/Channel.vhd"
    add_file -vhdl -lib "work" "tdc_release/Encoder_304_Bit.vhd"
    add_file -vhdl -lib "work" "tdc_release/fallingEdgeDetect.vhd"
-   add_file -vhdl -lib "work" "tdc_release/FIFO_36x128_OutReg_Counter.vhd"
    add_file -vhdl -lib "work" "tdc_release/hit_mux.vhd"
    add_file -vhdl -lib "work" "tdc_release/LogicAnalyser.vhd"
    add_file -vhdl -lib "work" "tdc_release/Readout.vhd"
    add_file -vhdl -lib "work" "tdc_release/risingEdgeDetect.vhd"
-   add_file -vhdl -lib "work" "tdc_release/ROM_encoder_3.vhd"
+   add_file -vhdl -lib "work" "tdc_release/ROM_encoder_ecp3.vhd"
    add_file -vhdl -lib "work" "tdc_release/ShiftRegisterSISO.vhd"
+   add_file -vhdl -lib "work" "tdc_release/Stretcher_A.vhd"
+   add_file -vhdl -lib "work" "tdc_release/Stretcher_B.vhd"
+   add_file -vhdl -lib "work" "tdc_release/Stretcher.vhd"
    add_file -vhdl -lib "work" "tdc_release/TDC.vhd"
    add_file -vhdl -lib "work" "tdc_release/TriggerHandler.vhd"
    add_file -vhdl -lib "work" "tdc_release/up_counter.vhd"
 
-   add_file -vhdl -lib "work" "../base/cores/FIFO_DC_36x128_OutReg.vhd"
-   add_file -vhdl -lib "work" "../base/cores/FIFO_DC_36x64_OutReg.vhd"
-   add_file -vhdl -lib "work" "../base/cores/FIFO_DC_36x32_OutReg.vhd"
-   add_file -vhdl -lib "work" "../base/cores/FIFO_36x128_OutReg.vhd"
-   add_file -vhdl -lib "work" "../base/cores/FIFO_36x64_OutReg.vhd"
-   add_file -vhdl -lib "work" "../base/cores/FIFO_36x32_OutReg.vhd"
+   add_file -vhdl -lib "work" "../../tdc/base/cores/ecp3/FIFO/FIFO_DC_36x128_DynThr_OutReg.vhd"
+   add_file -vhdl -lib "work" "../../tdc/base/cores/ecp3/FIFO/FIFO_DC_36x128_OutReg.vhd"
+   add_file -vhdl -lib "work" "../../tdc/base/cores/ecp3/FIFO/FIFO_DC_36x64_OutReg.vhd"
+   add_file -vhdl -lib "work" "../../tdc/base/cores/ecp3/FIFO/FIFO_DC_36x32_OutReg.vhd"
+   add_file -vhdl -lib "work" "../../tdc/base/cores/ecp3/FIFO/FIFO_36x128_OutReg.vhd"
+   add_file -vhdl -lib "work" "../../tdc/base/cores/ecp3/FIFO/FIFO_36x64_OutReg.vhd"
+   add_file -vhdl -lib "work" "../../tdc/base/cores/ecp3/FIFO/FIFO_36x32_OutReg.vhd"
 }
 
 add_file -vhdl -lib work "./cbmnet_bridge/cbmnet_interface_pkg.vhd"