From: hadaq Date: Wed, 9 Nov 2011 16:04:43 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=40b6a4173587ae297e5c61c8bf5ccfef01cfc495;p=trb3.git *** empty log message *** --- diff --git a/tdc_test/compile_constraints.pl b/tdc_test/compile_constraints.pl new file mode 100644 index 0000000..cd5dc4f --- /dev/null +++ b/tdc_test/compile_constraints.pl @@ -0,0 +1,12 @@ +#!/usr/bin/perl +use Data::Dumper; +use warnings; +use strict; + +my $TOPNAME = "trb3_periph"; #Name of top-level entity +my $BasePath = "../base/"; #path to "base" directory + +#create full lpf file +system("cp $BasePath/$TOPNAME.lpf workdir/$TOPNAME.lpf"); +system("cat ".$TOPNAME."_constraints.lpf >> workdir/$TOPNAME.lpf"); + diff --git a/tdc_test/trb3_central_20111012.bit b/tdc_test/trb3_central_20111012.bit new file mode 100644 index 0000000..8e70ba5 Binary files /dev/null and b/tdc_test/trb3_central_20111012.bit differ diff --git a/tdc_test/trb3_periph.vhd b/tdc_test/trb3_periph.vhd index b3e45f0..528f540 100644 --- a/tdc_test/trb3_periph.vhd +++ b/tdc_test/trb3_periph.vhd @@ -13,7 +13,7 @@ use work.version.all; entity trb3_periph is port( --Clocks - CLK_GPLL_LEFT : in std_logic; --Clock Manager 1/(2468), 125 MHz + CLK_GPLL_LEFT : in std_logic; --Clock Manager 1/(2468), 125 MHz CLK_GPLL_RIGHT : in std_logic; --Clock Manager 2/(2468), 200 MHz <-- MAIN CLOCK for FPGA CLK_PCLK_LEFT : in std_logic; --Clock Fan-out, 200/400 MHz <-- For TDC. Same oscillator as GPLL right! CLK_PCLK_RIGHT : in std_logic; --Clock Fan-out, 200/400 MHz <-- For TDC. Same oscillator as GPLL right! @@ -404,6 +404,8 @@ begin DEBUG_LVL1_HANDLER_OUT => open ); + timing_trg_received_i <= TRIGGER_LEFT; + --------------------------------------------------------------------------- -- AddOn ---------------------------------------------------------------------------