From: Ingo Froehlich Date: Wed, 26 Feb 2020 15:27:19 +0000 (+0100) Subject: small changes to make pexor compile again X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=eec85839eeb8da48966510adb9b0ea84ee5ef02b;p=trbnet.git small changes to make pexor compile again --- 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;