Sign in
foss-eda-tools
/
third_party
/
freepdk45
/
954b16e2fcd52994e9d3c8b5af35b5f91d261889
/
.
/
Back_End
/
virtuoso
/
NangateOpenCellLibrary
/
CLKBUF_X3
/
functional
/
verilog.v
blob: 411fab47cb1e9f025e74adef108bd4529e1861e2 [
file
] [
log
] [
blame
]
// Created by ihdl
module
CLKBUF_X3
(
A
,
Z
);
input A
;
output Z
;
buf
(
Z
,
A
);
specify
(
A
=>
Z
)
=
(
0.1
,
0.1
);
endspecify
endmodule