summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hdl/core.sv3
1 files changed, 1 insertions, 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;
149mem 149mem
150 #( .ADDR_BITS(ADDR_BITS) 150 #( .ADDR_BITS(ADDR_BITS)
151 , .DATA_BITS(DATA_BITS) 151 , .DATA_BITS(DATA_BITS)
152// , .INIT_FILE("mem/focal69.loaded.hex") 152 , .INIT_FILE("mem/focal69.loaded.hex")
153 , .INIT_FILE("build/mem/hello.hex")
154 ) 153 )
155 memory 154 memory
156 ( .clk(clk) 155 ( .clk(clk)