]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
small changes to make pexor compile again
authorIngo Froehlich <ingo@nomail.fake>
Wed, 26 Feb 2020 15:27:19 +0000 (16:27 +0100)
committerIngo Froehlich <ingo@nomail.fake>
Wed, 26 Feb 2020 15:27:19 +0000 (16:27 +0100)
special/trb_net_bridge_pcie_endpoint_hub.vhd

index 723df57637bf49e933f6197fc35f22c9d3bed171..09cd047f1d3324f5f36ab99af23f88e437bfe2fb 100644 (file)
@@ -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;