blob: 3a2e662e02569b5c5b463c7b96611ab6b5bd27c6 [file] [log] [blame]
// type: DLY2
`timescale 1ns/10ps
`celldefine
module sky130_osu_sc_DLY2 (Y, A);
output Y;
input A;
// Function
buf (Y, A);
// Timing
specify
(A => Y) = 0;
endspecify
endmodule
`endcelldefine