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