From: hadeshyp Date: Thu, 4 Jun 2009 16:24:12 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=00ae24974d3cdf54669b5575603d17f7efd051fe;p=mdcoep.git *** empty log message *** --- diff --git a/constraints.lpf b/constraints.lpf index 10f17fa..456f830 100644 --- a/constraints.lpf +++ b/constraints.lpf @@ -4,6 +4,8 @@ FREQUENCY PORT CLK 30 MHz; FREQUENCY NET CLK_100 120 MHz; FREQUENCY NET THE_MED_INTERFACE/ff_txfullclk 30 MHz; + FREQUENCY NET THE_MED_INTERFACE_ff_txfullclk 30 MHz; + FREQUENCY NET THE_MED_INTERFACE/ff_rxfullclk 30 MHz; FREQUENCY NET THE_MED_INTERFACE_ff_rxfullclk 30 MHz; BLOCK NET "reset" ; diff --git a/mdc_oepb.prj b/mdc_oepb.prj index 7149e73..df38809 100644 --- a/mdc_oepb.prj +++ b/mdc_oepb.prj @@ -6,6 +6,7 @@ #add_file options add_file -vhdl -lib work "../trbnet/trb_net_std.vhd" +add_file -vhdl -lib work "../trbnet/trb_net_components.vhd" add_file -vhdl -lib work "../trbnet/trb_net16_term_buf.vhd" add_file -vhdl -lib work "../trbnet/trb_net_CRC.vhd" add_file -vhdl -lib work "../trbnet/trb_net_onewire.vhd" diff --git a/mdc_oepb.vhd b/mdc_oepb.vhd index f247dd6..42cc7b7 100644 --- a/mdc_oepb.vhd +++ b/mdc_oepb.vhd @@ -553,6 +553,9 @@ THE_ADDRESS_DEC_REG_PROC: process( CLK_100 ) LED_ERROR_OUT => D(2), LED_GOOD_OUT => D(1) ); + + + --------------------------------------------------------------------- -- FEE Readout ---------------------------------------------------------------------