From: Cahit Date: Thu, 13 Feb 2014 10:59:57 +0000 (+0100) Subject: modified for tdc_v1.6 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=7309238adc4b7ae030e5fac3440292573067e7af;p=trb3.git modified for tdc_v1.6 --- diff --git a/32PinAddOn/config.vhd b/32PinAddOn/config.vhd index 4ab7d48..facb1c5 100644 --- a/32PinAddOn/config.vhd +++ b/32PinAddOn/config.vhd @@ -30,7 +30,7 @@ package config is --Address settings constant INIT_ADDRESS : std_logic_vector := x"F305"; - constant BROADCAST_SPECIAL_ADDR : std_logic_vector := x"40"; + constant BROADCAST_SPECIAL_ADDR : std_logic_vector := x"48"; ------------------------------------------------------------------------------ --End of design configuration @@ -67,4 +67,4 @@ package body config is constant CLOCK_FREQUENCY : integer := CLOCK_FREQUENCY_ARR(USE_125_MHZ); constant MEDIA_FREQUENCY : integer := MEDIA_FREQUENCY_ARR(USE_125_MHZ); -end package body; \ No newline at end of file +end package body; diff --git a/32PinAddOn/currentRelease b/32PinAddOn/currentRelease index 1ed173f..260a94e 120000 --- a/32PinAddOn/currentRelease +++ b/32PinAddOn/currentRelease @@ -1 +1 @@ -../tdc_releases/tdc_v1.5.1 \ No newline at end of file +../tdc_releases/tdc_v1.6 \ No newline at end of file