Skip to content

Commit

Permalink
Fixes ReRAM Verilog-A model naming convention.
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Mahintorabi <ethanmoon@google.com>
  • Loading branch information
QuantamHD committed Nov 25, 2021
2 parents d3c4505 + 31cefa6 commit 48c8310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cells/reram_cell/sky130_fd_pr_reram__reram_cell.va
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
`include "constants.vams"
`include "disciplines.vams"

module rram2(TE, BE);
module sky130_fd_pr_reram__reram_cell(TE, BE);
inout TE; // top electrode
inout BE; // bottom electrode
electrical TE, BE;
Expand Down

0 comments on commit 48c8310

Please sign in to comment.