]> jspc29.x-matter.uni-frankfurt.de Git - mdcupgrade.git/commitdiff
fix path to memory file in pasttrec_spi
authorJan Michel <j.michel@gsi.de>
Tue, 23 Aug 2022 15:15:30 +0000 (17:15 +0200)
committerJan Michel <j.michel@gsi.de>
Tue, 23 Aug 2022 15:15:30 +0000 (17:15 +0200)
code/pasttrec_spi/pasttrec_spi.vhd

index 4bb87a3e137069b40d42e157b1ceb58fd2960b5b..ab1fb231c751250c7b682a5c8afda49eb35be463 100644 (file)
@@ -350,7 +350,7 @@ begin
         generic map(
             depth   => 8,
             width   => 32,
-            initfile=> "../code/memory.hex"
+            initfile=> "memory.hex"
         )
         port map(
             CLK   => CLK,