From 2c2ee2ea474fbcb214dc99e483b80b58d39d1c73 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Tue, 1 Mar 2022 14:20:34 -0800 Subject: Switch back to focal69 instead of broken hello.pal. --- hdl/core.sv | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hdl/core.sv b/hdl/core.sv index 54e5f00..b8b3e2b 100644 --- a/hdl/core.sv +++ b/hdl/core.sv @@ -149,8 +149,7 @@ bit [DATA_BITS-1:0] mem_read_data; mem #( .ADDR_BITS(ADDR_BITS) , .DATA_BITS(DATA_BITS) -// , .INIT_FILE("mem/focal69.loaded.hex") - , .INIT_FILE("build/mem/hello.hex") + , .INIT_FILE("mem/focal69.loaded.hex") ) memory ( .clk(clk) -- cgit v1.2.3