mirror of https://github.com/efabless/caravel.git
add sky130_ef_sc_hd__decap_12-stub.v for gpio_signal_buffering* blocks for openlane
This commit is contained in:
parent
d14035d8a2
commit
34d53d8fbb
|
@ -0,0 +1,8 @@
|
|||
module sky130_ef_sc_hd__decap_12(
|
||||
input VPWR,
|
||||
input VGND,
|
||||
input VPB,
|
||||
input VNB
|
||||
);
|
||||
|
||||
endmodule
|
|
@ -0,0 +1,8 @@
|
|||
module sky130_ef_sc_hd__decap_12(
|
||||
input VPWR,
|
||||
input VGND,
|
||||
input VPB,
|
||||
input VNB
|
||||
);
|
||||
|
||||
endmodule
|
Loading…
Reference in New Issue