Skip to content

Commit bb482de

Browse files
committed
Rebased regressions.
Signed-off-by: Jaehyun Kim <[email protected]>
1 parent 7e4f4b3 commit bb482de

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

src/rsz/test/repair_tie10_hier.ok

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,6 @@ Hierarchical pins
8787

8888
0.0 0.0
8989
0.0 0.0
90+
[WARNING ORD-2043] SanityCheck: Module 'ALU_16_0_16_0_16_unused_CO\[14:0\]_X_BRENT_KUNG' is defined but never instantiated.
91+
[WARNING ORD-2043] SanityCheck: Module 'ALU_16_0_16_0_16_unused_CO\[14:0\]_X_KOGGE_STONE' is defined but never instantiated.
92+
[WARNING ORD-2043] SanityCheck: Module 'ALU_16_0_16_0_16_unused_CO\[14:0\]_X_SKLANSKY' is defined but never instantiated.

src/rsz/test/repair_tie10_hier.tcl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ report_net _395_/CI
2525

2626
check_ties TIEHIx1_ASAP7_75t_R
2727
report_ties TIEHIx1_ASAP7_75t_R
28+
29+
sta::check_axioms

src/rsz/test/repair_tie11_hier.defok

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ PINS 1 ;
1818
END PINS
1919
NETS 4 ;
2020
- net ( alu0/hier2/load1 A ) ( alu0_1 H ) ( alu0/load2 A ) + USE SIGNAL ;
21-
- net1 ( alu1/hier2/load1 A ) ( alu1_2 H ) ( alu1/load2 A ) + USE SIGNAL ;
2221
- net2 ( load0 A ) ( load0_3 H ) + USE SIGNAL ;
22+
- net_1 ( alu1/hier2/load1 A ) ( alu1_2 H ) ( alu1/load2 A ) + USE SIGNAL ;
2323
- top_in ( PIN top_in ) + USE SIGNAL ;
2424
END NETS
2525
END DESIGN

src/rsz/test/repair_tie12_hier.defok

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ PINS 1 ;
1717
- top_in + NET top_in + DIRECTION INPUT + USE SIGNAL ;
1818
END PINS
1919
NETS 4 ;
20+
- hier3/net ( hier3/alu1/hier2/load1 A ) ( hier3/alu1_2 H ) ( hier3/alu1/load2 A ) + USE SIGNAL ;
2021
- net ( alu0/hier2/load1 A ) ( alu0_1 H ) ( alu0/load2 A ) + USE SIGNAL ;
21-
- net1 ( hier3/alu1/hier2/load1 A ) ( hier3/alu1_2 H ) ( hier3/alu1/load2 A ) + USE SIGNAL ;
2222
- net2 ( load0 A ) ( load0_3 H ) + USE SIGNAL ;
2323
- top_in ( PIN top_in ) + USE SIGNAL ;
2424
END NETS

0 commit comments

Comments
 (0)