diff options
| author | Julian Blake Kongslie | 2022-03-01 14:20:34 -0800 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-03-01 14:20:34 -0800 |
| commit | 2c2ee2ea474fbcb214dc99e483b80b58d39d1c73 (patch) | |
| tree | 88606b276a94e821e66019fd2a03204ed78fe485 | |
| parent | Don't use the bottom data bit as the ready signal :-D (diff) | |
| download | multipdp8-2c2ee2ea474fbcb214dc99e483b80b58d39d1c73.tar.xz | |
Switch back to focal69 instead of broken hello.pal.
Diffstat (limited to '')
| -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) |
