diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2024-12-30 23:29:39 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-12-30 23:29:39 +0200 |
| commit | 53f89f10fd0cd3f3eb32c0e1234515be034ce92f (patch) | |
| tree | 730fd0b40d9c35b994df577367b46db17f7fcac5 /atk16_fpga | |
| parent | 56a97a389b9c192411ea43d199ad56e4753dba71 (diff) | |
Assign 2 MSB of SA to zero
Diffstat (limited to 'atk16_fpga')
| -rw-r--r-- | atk16_fpga/top.v | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/atk16_fpga/top.v b/atk16_fpga/top.v index 207d41f..12ac94a 100644 --- a/atk16_fpga/top.v +++ b/atk16_fpga/top.v @@ -23,6 +23,7 @@ module top( .sram_out(SD) ); + assign SA[17:16] = 2'b0; assign LED1 = BUT1; endmodule |
