| * This file is part of the Elpis processor project. |
| * Copyright © 2020-present. All rights reserved. |
| * Authors: Aurora Tomas and Rodrigo Huerta. |
| * This file is licensed under both the BSD-3 license for individual/non-commercial |
| * use. Full text of both licenses can be found in LICENSE file. |
| `include "elpis/definitions.v" |
| `include "/project/openlane/user_proj_example/../../verilog/rtl/elpis/definitions.v" |
| inout vccd1, // User area 1 1.8V supply |
| inout vssd1, // User area 1 digital ground |
| reg[31:0] mem[0:`MEMORY_SIZE-1]; |
| always @(posedge clk) begin |