diff options
Diffstat (limited to 'hdl/core.sv')
| -rw-r--r-- | hdl/core.sv | 3 |
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; | |||
| 149 | mem | 149 | mem |
| 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) |
