Skip to content

Commit d7f98cb

Browse files
committed
Rebased regressions
Signed-off-by: Jaehyun Kim <jhkim@precisioninno.com>
1 parent fd258c2 commit d7f98cb

3 files changed

Lines changed: 13 additions & 0 deletions

File tree

src/dbSta/test/check_axioms.ok

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
[INFO ODB-0227] LEF file: Nangate45/Nangate45.lef, created 22 layers, 27 vias, 135 library cells
22
[WARNING ORD-0011] Hierarchical flow (-hier) is currently in development and may cause multiple issues. Do not use in production environments.
3+
[WARNING ODB-0482] SanityCheck: dbModNet 'u1/Z' has no driver.
4+
[WARNING ODB-0483] SanityCheck: dbModNet 'u1/Z' is dangling. It has less than 2 connections (# of ITerms = 0, # of BTerms = 0, # of ModITerms = 0, # of ModBTerms = 1).
5+
[WARNING ODB-0482] SanityCheck: dbModNet 'single_conn_wire' has no driver.
6+
[WARNING ODB-0483] SanityCheck: dbModNet 'single_conn_wire' is dangling. It has less than 2 connections (# of ITerms = 0, # of BTerms = 0, # of ModITerms = 1, # of ModBTerms = 0).
37
[WARNING ODB-0050] SanityCheck: dbNet 'out_unconnected' has no driver.
48
[WARNING ODB-0051] SanityCheck: dbNet 'out_unconnected' is dangling. It has less than 2 connections (# of ITerms = 0, # of BTerms = 1).
59
[WARNING ODB-0051] SanityCheck: dbNet 'single_conn_wire' is dangling. It has less than 2 connections (# of ITerms = 0, # of BTerms = 0).

src/dbSta/test/hierclock_out.vok

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,10 @@ module counter (clk_i,
238238
.Q(counter_q[3]),
239239
.QN(_38_));
240240
assign count_valid_o = count_valid_q;
241+
assign count_value_o[0] = counter_q[0];
242+
assign count_value_o[1] = counter_q[1];
243+
assign count_value_o[2] = counter_q[2];
244+
assign count_value_o[3] = counter_q[3];
241245
endmodule
242246
module counter_U3 (clk_i,
243247
rst_n_i,
@@ -352,4 +356,8 @@ module counter_U3 (clk_i,
352356
.Q(counter_q[3]),
353357
.QN(_38_));
354358
assign count_valid_o = count_valid_q;
359+
assign count_value_o[0] = counter_q[0];
360+
assign count_value_o[1] = counter_q[1];
361+
assign count_value_o[2] = counter_q[2];
362+
assign count_value_o[3] = counter_q[3];
355363
endmodule

src/rsz/test/repair_tie10_hier.ok

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,4 @@ Hierarchical pins
9090
[WARNING ORD-2043] SanityCheck: Module 'ALU_16_0_16_0_16_unused_CO\[14:0\]_X_BRENT_KUNG' is defined but never instantiated.
9191
[WARNING ORD-2043] SanityCheck: Module 'ALU_16_0_16_0_16_unused_CO\[14:0\]_X_KOGGE_STONE' is defined but never instantiated.
9292
[WARNING ORD-2043] SanityCheck: Module 'ALU_16_0_16_0_16_unused_CO\[14:0\]_X_SKLANSKY' is defined but never instantiated.
93+
[WARNING ODB-0483] SanityCheck: dbModNet '_198_' is dangling. It has less than 2 connections (# of ITerms = 0, # of BTerms = 0, # of ModITerms = 0, # of ModBTerms = 0).

0 commit comments

Comments
 (0)