File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -345,6 +345,9 @@ filegroup(
345345 "replace_hier_mod4" : [
346346 "gcd_abstract_lef.lefok" ,
347347 ],
348+ "write_cdl" : [
349+ "write_cdl_escaped.cdl" ,
350+ ],
348351 }.get (
349352 test_name ,
350353 [],
Original file line number Diff line number Diff line change 1+ * CDL Netlist generated by OpenROAD
2+
3+ *.BUSDELIMITER [
4+
5+ .SUBCKT top in_reg[0] in_reg[1] out_reg[0] out_reg[1]
6+ Xi_macro in_reg[0] in_reg[1] out_reg[0] out_reg[1] _unconnected_0
7+ + _unconnected_1 MACRO_CELL
8+ .ENDS top
Original file line number Diff line number Diff line change 11[INFO ODB-0227] LEF file: write_cdl.lef, created 1 layers, 1 library cells
22[WARNING ODB-0284] Master BUFFER not found.
33[WARNING ODB-0284] Master BUFFER not found.
4- pass
4+ No differences found.
5+ No differences found.
Original file line number Diff line number Diff line change 1+ source " helpers.tcl"
2+
13read_lef write_cdl.lef
24read_liberty write_cdl.lib
35
46read_verilog write_cdl.v
57
68link_design top
79
8- write_cdl -masters {write_cdl.cdl} results/write_cdl_out.cdl
10+ set cdl_file [make_result_file write_cdl_out.cdl]
11+ write_cdl -masters {write_cdl.cdl} $cdl_file
12+
13+ set cdl_escaped_file [make_result_file write_cdl_escaped_out.cdl]
14+ write_cdl -masters {write_cdl_escaped.cdl} $cdl_escaped_file
915
10- write_cdl -masters {write_cdl_escaped.cdl} results/write_cdl_escaped_out.cdl
16+ diff_files write_cdl.cdlok $cdl_file
1117
12- puts " pass"
13- exit 0
18+ diff_files write_cdl.cdlok $cdl_escaped_file
You can’t perform that action at this time.
0 commit comments