commit | fd9e68a40becff98f9bf903e41a7aa6ff2a8d516 | [log] [tgz] |
---|---|---|
author | manarabdelaty <manarabdelatty@aucegypt.edu> | Mon Nov 30 16:51:40 2020 +0200 |
committer | manarabdelaty <manarabdelatty@aucegypt.edu> | Mon Nov 30 16:51:40 2020 +0200 |
tree | 12e1661d1209fdc263511d13dac20f9b83098678 | |
parent | b894d92d3fd3233f67c80ffc3baf68b63b203aea [diff] |
Added tri-state buffer mapping file
diff --git a/sky130/openlane/sky130_fd_sc_hd/tribuff_map.v b/sky130/openlane/sky130_fd_sc_hd/tribuff_map.v new file mode 100644 index 0000000..0bbfd9f --- /dev/null +++ b/sky130/openlane/sky130_fd_sc_hd/tribuff_map.v
@@ -0,0 +1,6 @@ +module \$_TBUF_ (input A, input E, output Y); + sky130_fd_sc_hd__ebufn_2 _TECHMAP_REPLACE_ ( + .A(A), + .Z(Z), + .TE_B(~E)); +endmodule \ No newline at end of file