Skip to content

Commit d287305

Browse files
committed
okfiles
1 parent 38fcf2f commit d287305

File tree

6 files changed

+132
-111
lines changed

6 files changed

+132
-111
lines changed

src/OpenPhySyn/test/clone1.defok

Lines changed: 92 additions & 106 deletions
Large diffs are not rendered by default.

src/OpenPhySyn/test/clone1.ok

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ Notice 0: Created 18916 components and 99688 component-terminals.
1212
Notice 0: Created 18742 nets and 61856 connections.
1313
Notice 0: Finished DEF file: clone1.def
1414
Invoking gate_clone transform
15-
Finished gate_clone transform ( 15 )
15+
Finished gate_clone transform ( 8 )
1616
No differences found.

src/pdngen/test/save_defok

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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:

src/pdngen/test/save_ok

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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.
2325
set test_dir [file dirname [file normalize [info script]]]
2426
set openroad_dir [file dirname [file dirname [file dirname $test_dir]]]
2527

26-
source [file join $test_dir "regression_vars.tcl"]
2728
source [file join $openroad_dir "test" "regression.tcl"]
29+
source [file join $test_dir "regression_tests.tcl"]
2830

2931
save_ok_main
3032

src/pdngen/test/test_gcd.defok

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ TRACKS X 190 DO 126 STEP 1600 LAYER metal8 ;
7979
TRACKS Y 140 DO 126 STEP 1600 LAYER metal8 ;
8080
TRACKS X 190 DO 63 STEP 3200 LAYER metal9 ;
8181
TRACKS 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 ;
8482
VIAS 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 ;

src/pdngen/test/test_gcd.ok

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)