From 939822a8a26f4d19dbf07b491fd76284d0aebd1a Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Tue, 23 Aug 2022 17:15:30 +0200 Subject: [PATCH] fix path to memory file in pasttrec_spi --- code/pasttrec_spi/pasttrec_spi.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.43.0