From b9da2c0c9aa19ff5ac274db14d0d618908ed0cae Mon Sep 17 00:00:00 2001
From: Peter Lemmens
Date: Wed, 20 Aug 2014 15:08:35 +0200
Subject: [PATCH] THE_SPI_RELOAD also on rx_half_clk
---
code/trb3_periph_sodahub.vhd | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/code/trb3_periph_sodahub.vhd b/code/trb3_periph_sodahub.vhd
index 7d8c29e..82572c8 100644
--- a/code/trb3_periph_sodahub.vhd
+++ b/code/trb3_periph_sodahub.vhd
@@ -397,7 +397,7 @@ begin
THE_SPI_RELOAD : spi_flash_and_fpga_reload --.flash_reboot_arch
port map(
- CLK_IN => clk_100_osc,
+ CLK_IN => rxup_half_clk, --clk_100_osc,
RESET_IN => reset_i,
BUS_ADDR_IN => spimem_addr,
@@ -693,8 +693,8 @@ THE_HUB_SYNC_UPLINK : med_ecp3_sfp_sync_up
---------------------------------------------------------------------------
-- TRB-Hub
---------------------------------------------------------------------------
- med_stat_op(3*16+15 downto 3*16) <= x"0007"; -- !PL telling the hub that this board is inactive 08192014
- med_stat_op(5*16+15 downto 5*16) <= x"0007"; -- !PL telling the hub that this board is inactive 08192014
+ med_stat_op(3*16+15 downto 3*16) <= x"0007"; -- !PL telling the hub that this port is inactive 08192014
+ med_stat_op(5*16+15 downto 5*16) <= x"0007"; -- !PL telling the hub that this port is inactive 08192014
TRB_HUB : trb_net16_hub_base
generic map (
--
2.43.0