From eec85839eeb8da48966510adb9b0ea84ee5ef02b Mon Sep 17 00:00:00 2001 From: Ingo Froehlich Date: Wed, 26 Feb 2020 16:27:19 +0100 Subject: [PATCH] small changes to make pexor compile again --- special/trb_net_bridge_pcie_endpoint_hub.vhd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/special/trb_net_bridge_pcie_endpoint_hub.vhd b/special/trb_net_bridge_pcie_endpoint_hub.vhd index 723df57..09cd047 100644 --- a/special/trb_net_bridge_pcie_endpoint_hub.vhd +++ b/special/trb_net_bridge_pcie_endpoint_hub.vhd @@ -246,7 +246,7 @@ begin --hub control INIT_ADDRESS => x"FC00", COMPILE_TIME => COMPILE_TIME, - COMPILE_VERSION => (others => '0'), +-- COMPILE_VERSION => (others => '0'), -- not existing any more HARDWARE_VERSION => x"73000000", HUB_CTRL_BROADCAST_BITMASK => x"FF", HUB_USED_CHANNELS => (c_NO,c_NO,c_NO,c_YES), @@ -826,4 +826,4 @@ THE_DMA_CORE : dma_core DEBUG_OUT <= debug_dma_core; -end architecture; \ No newline at end of file +end architecture; -- 2.43.0