Skip to content

Commit 48c334b

Browse files
committed
Fixed issues in the new regression buffer_ports10.tcl
Signed-off-by: Jaehyun Kim <[email protected]>
1 parent 009516c commit 48c334b

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

src/rsz/test/buffer_ports10.defok

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ TRACKS Y 3340 DO 62 STEP 3200 LAYER metal9 ;
8181
TRACKS X 3390 DO 62 STEP 3200 LAYER metal10 ;
8282
TRACKS Y 3340 DO 62 STEP 3200 LAYER metal10 ;
8383
COMPONENTS 5 ;
84-
- input1 BUF_X16 + SOURCE TIMING + PLACED ( 20140 22400 ) N ;
85-
- input2 BUF_X16 + SOURCE TIMING + PLACED ( 20140 171500 ) N ;
86-
- output3 BUF_X16 + SOURCE TIMING + PLACED ( 170240 176400 ) N ;
87-
- output4 BUF_X16 + SOURCE TIMING + PLACED ( 170240 28140 ) N ;
84+
- input1 BUF_X1 + SOURCE TIMING + PLACED ( 20140 22400 ) N ;
85+
- input2 BUF_X1 + SOURCE TIMING + PLACED ( 20140 171500 ) N ;
86+
- output3 BUF_X1 + SOURCE TIMING + PLACED ( 178600 176400 ) N ;
87+
- output4 BUF_X1 + SOURCE TIMING + PLACED ( 178600 28140 ) N ;
8888
- r1 DFF_X1 + PLACED ( 23963 98140 ) N ;
8989
END COMPONENTS
9090
PINS 4 ;

src/rsz/test/buffer_ports10.ok

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,4 @@ Iteration | Overflow | HPWL (um) | HPWL(%) | Penalty | Group
5858
[INFO RSZ-0215] Buffering output port out1.
5959
[INFO RSZ-0215] Buffering output port out2.
6060
[INFO RSZ-0028] Inserted 2 BUF_X1 output buffers.
61-
Differences found at line 84.
62-
- input1 BUF_X16 + SOURCE TIMING + PLACED ( 20140 22400 ) N ;
63-
- input1 BUF_X1 + SOURCE TIMING + PLACED ( 20140 22400 ) N ;
61+
No differences found.

src/rsz/test/buffer_ports10.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ buffer_ports -inputs -outputs -verbose
2121

2222
set def_file [make_result_file buffer_ports10.def]
2323
write_def $def_file
24-
diff_files buffer_ports10.defok $def_file
24+
diff_files buffer_ports10.defok $def_file

0 commit comments

Comments
 (0)