File tree Expand file tree Collapse file tree 6 files changed +132
-111
lines changed
Expand file tree Collapse file tree 6 files changed +132
-111
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ Notice 0: Created 18916 components and 99688 component-terminals.
1212Notice 0: Created 18742 nets and 61856 connections.
1313Notice 0: Finished DEF file: clone1.def
1414Invoking gate_clone transform
15- Finished gate_clone transform ( 15 )
15+ Finished gate_clone transform ( 8 )
1616No differences found.
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ # The next line is executed by /bin/sh, but not Tcl \
3+ exec tclsh $0 ${1+" $@ " }
4+
5+ # Copyright (c) 2019, Parallax Software, Inc.
6+ #
7+ # This program is free software: you can redistribute it and/or modify
8+ # it under the terms of the GNU General Public License as published by
9+ # the Free Software Foundation, either version 3 of the License, or
10+ # (at your option) any later version.
11+ #
12+ # This program is distributed in the hope that it will be useful,
13+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
14+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+ # GNU General Public License for more details.
16+ #
17+ # You should have received a copy of the GNU General Public License
18+ # along with this program. If not, see <https://www.gnu.org/licenses/>.
19+
20+ # Usage: save_defok test1 [test2...] | failures
21+ # Where test1 is all or the name of a tcl script in /test
22+ # Wildcard matching with '*' and '?' in test names is supported.
23+
24+ # Directory containing tests.
25+ set test_dir [file dirname [file normalize [info script]]]
26+ set openroad_dir [file dirname [file dirname [file dirname $test_dir ]]]
27+
28+ source [file join $openroad_dir " test" " regression.tcl" ]
29+ source [file join $test_dir " regression_tests.tcl" ]
30+
31+ save_defok_main
32+
33+ # Local Variables:
34+ # mode:tcl
35+ # End:
Original file line number Diff line number Diff line change @@ -18,13 +18,15 @@ exec tclsh $0 ${1+"$@"}
1818# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
2020# Usage: save_ok | test1 [test2...] | failures
21+ # Where test1 is all or the name of a tcl script in /test
22+ # Wildcard matching with '*' and '?' in test names is supported.
2123
2224# Directory containing tests.
2325set test_dir [file dirname [file normalize [info script]]]
2426set openroad_dir [file dirname [file dirname [file dirname $test_dir ]]]
2527
26- source [file join $test_dir " regression_vars.tcl" ]
2728source [file join $openroad_dir " test" " regression.tcl" ]
29+ source [file join $test_dir " regression_tests.tcl" ]
2830
2931save_ok_main
3032
Original file line number Diff line number Diff line change @@ -79,8 +79,6 @@ TRACKS X 190 DO 126 STEP 1600 LAYER metal8 ;
7979TRACKS Y 140 DO 126 STEP 1600 LAYER metal8 ;
8080TRACKS X 190 DO 63 STEP 3200 LAYER metal9 ;
8181TRACKS Y 140 DO 63 STEP 3200 LAYER metal9 ;
82- TRACKS X 190 DO 63 STEP 3200 LAYER metal10 ;
83- TRACKS Y 140 DO 63 STEP 3200 LAYER metal10 ;
8482VIAS 6 ;
8583 - via1_960x340 + VIARULE Via1Array-0 + CUTSIZE 140 140 + LAYERS metal1 via1 metal2 + CUTSPACING 160 160 + ENCLOSURE 110 100 70 100 + ROWCOL 1 3 ;
8684 - via2_960x340 + VIARULE Via2Array-0 + CUTSIZE 140 140 + LAYERS metal2 via2 metal3 + CUTSPACING 180 180 + ENCLOSURE 70 100 90 70 + ROWCOL 1 3 ;
Original file line number Diff line number Diff line change @@ -37,4 +37,4 @@ Type: macro, macro_2
3737[INFO] [PDNG-0012] **** END INFO ****
3838[INFO] [PDNG-0013] Inserting stdcell grid - grid
3939[INFO] [PDNG-0015] Writing to database
40- Differences found at line 82 .
40+ No differences found .
You can’t perform that action at this time.
0 commit comments