diff options
Diffstat (limited to 'hdl')
| -rw-r--r-- | hdl/ram_controller.sv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hdl/ram_controller.sv b/hdl/ram_controller.sv index 5950035..44d200b 100644 --- a/hdl/ram_controller.sv +++ b/hdl/ram_controller.sv | |||
| @@ -77,7 +77,7 @@ module ram_controller | |||
| 77 | , DATA_2 | 77 | , DATA_2 |
| 78 | } state; | 78 | } state; |
| 79 | 79 | ||
| 80 | int reset_counter; | 80 | bit [2:0] reset_counter; |
| 81 | 81 | ||
| 82 | always @(posedge clock) begin | 82 | always @(posedge clock) begin |
| 83 | if (!resetn || reset_counter != 0) begin | 83 | if (!resetn || reset_counter != 0) begin |
