Skip to content

Commit 882dc81

Browse files
authored
Merge pull request #1777 from The-OpenROAD-Project-staging/130hs-add-format-cells
130hs add format cells
2 parents 3765aac + 14a8520 commit 882dc81

File tree

1 file changed

+91
-1
lines changed

1 file changed

+91
-1
lines changed

flow/platforms/sky130hs/work_around_yosys/formal_pdk.v

Lines changed: 91 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5410,11 +5410,101 @@ endmodule
54105410
);
54115411

54125412

5413+
endmodule
5414+
(* noblackbox *) module sky130_fd_sc_hs__clkdlyinv3sd1_1 (Y,A);
5415+
5416+
5417+
5418+
output Y;
5419+
input A;
5420+
5421+
5422+
wire not0_out_Y;
5423+
5424+
not not0 (not0_out_Y , A );
5425+
buf buf0 (Y , not0_out_Y );
5426+
5427+
5428+
endmodule
5429+
(* noblackbox *) module sky130_fd_sc_hs__clkdlyinv3sd2_1 (Y,A);
5430+
5431+
5432+
5433+
output Y;
5434+
input A;
5435+
5436+
5437+
wire not0_out_Y;
5438+
5439+
not not0 (not0_out_Y , A );
5440+
buf buf0 (Y , not0_out_Y );
5441+
5442+
5443+
endmodule
5444+
(* noblackbox *) module sky130_fd_sc_hs__clkdlyinv3sd3_1 (Y,A);
5445+
5446+
5447+
5448+
output Y;
5449+
input A;
5450+
5451+
5452+
wire not0_out_Y;
5453+
5454+
not not0 (not0_out_Y , A );
5455+
buf buf0 (Y , not0_out_Y );
5456+
5457+
5458+
endmodule
5459+
(* noblackbox *) module sky130_fd_sc_hs__clkdlyinv5sd1_1 (Y,A);
5460+
5461+
5462+
5463+
output Y;
5464+
input A;
5465+
5466+
5467+
wire not0_out_Y;
5468+
5469+
not not0 (not0_out_Y , A );
5470+
buf buf0 (Y , not0_out_Y );
5471+
5472+
5473+
endmodule
5474+
(* noblackbox *) module sky130_fd_sc_hs__clkdlyinv5sd2_1 (Y,A);
5475+
5476+
5477+
5478+
output Y;
5479+
input A;
5480+
5481+
5482+
wire not0_out_Y;
5483+
5484+
not not0 (not0_out_Y , A );
5485+
buf buf0 (Y , not0_out_Y );
5486+
5487+
5488+
endmodule
5489+
(* noblackbox *) module sky130_fd_sc_hs__clkdlyinv5sd3_1 (Y,A);
5490+
5491+
5492+
5493+
output Y;
5494+
input A;
5495+
5496+
5497+
wire not0_out_Y;
5498+
5499+
not not0 (not0_out_Y , A );
5500+
buf buf0 (Y , not0_out_Y );
5501+
5502+
54135503
endmodule
54145504
(* noblackbox *) module sky130_fd_sc_hs__dlymetal6s2s (X,A);
54155505

54165506

5417-
5507+
54185508
output X;
54195509
input A;
54205510

0 commit comments

Comments
 (0)