Skip to content

Commit

Permalink
adding missing endmodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-Herrmann committed Oct 30, 2023
1 parent fe40ea9 commit cfb842b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion openlane/macros/sky130_sram_2kbyte_1rw1r_32x512_8.v
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,6 @@ reg [DATA_WIDTH-1:0] mem [0:RAM_DEPTH-1];
always_comb begin : terminations
_unused[1:0] = DELAY;
end
`endif
`endif

endmodule

0 comments on commit cfb842b

Please sign in to comment.