]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
Compiles at least
authorAndreas Neiser <neiser@kph.uni-mainz.de>
Wed, 17 Jun 2015 12:51:01 +0000 (14:51 +0200)
committerAndreas Neiser <neiser@kph.uni-mainz.de>
Wed, 17 Jun 2015 12:51:01 +0000 (14:51 +0200)
ADC/trb3_periph_adc.prj
ADC/trb3_periph_adc.vhd

index 40cb090e470f53be8dd27752dabef882fb4fd797..d57df2cfef6757c673cc7646492e88624df63abc 100644 (file)
@@ -193,11 +193,8 @@ if {$INCLUDE_TDC == 1} {
    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_ecp3.vhd"
+   add_file -vhdl -lib "work" "tdc_release/ROM_encoder_3.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"
index 87cc00921d1eddb086feffefc79ff1250ff33a5b..208efdff4ef293d4450c456ec11959e874705e9e 100644 (file)
@@ -583,6 +583,7 @@ LED_YELLOW <= not med_stat_op(11);
       generic map (
         CHANNEL_NUMBER => TDC_CHANNEL_NUMBER,     -- Number of TDC channels
         STATUS_REG_NR  => 21,           -- Number of status regs
+        TDC_VERSION => TDC_VERSION,
         CONTROL_REG_NR => TDC_CONTROL_REG_NR,  -- Number of control regs - higher than 8 check tdc_ctrl_addr
         DEBUG          => c_NO
         )