From: Jan Michel Date: Tue, 23 Aug 2022 15:15:30 +0000 (+0200) Subject: fix path to memory file in pasttrec_spi X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=939822a8a26f4d19dbf07b491fd76284d0aebd1a;p=mdcupgrade.git fix path to memory file in pasttrec_spi --- diff --git a/code/pasttrec_spi/pasttrec_spi.vhd b/code/pasttrec_spi/pasttrec_spi.vhd index 4bb87a3..ab1fb23 100644 --- a/code/pasttrec_spi/pasttrec_spi.vhd +++ b/code/pasttrec_spi/pasttrec_spi.vhd @@ -350,7 +350,7 @@ begin generic map( depth => 8, width => 32, - initfile=> "../code/memory.hex" + initfile=> "memory.hex" ) port map( CLK => CLK,