Skip to content

Commit e7cb313

Browse files
committed
power: -hier fixed warnings in .v with verilator
No warnings to be seen below. $ bazelisk build test/orfs/mock-array:simulator [deleted] INFO: From [Verilator] Compiling @@//test/orfs/mock-array:array_verilator: - V e r i l a t i o n R e p o r t: Verilator v5.034 rev v5.034 - Verilator: Built from 13.172 MB sources in 163 modules, into 59.041 MB in 61 C++ files needing 0.000 MB - Verilator: Walltime 23.065 s (elab=1.551, cvt=19.385, bld=0.000); cpu 21.316 s on 1 threads; alloced 464.305 MB INFO: Found 1 target... [deleted] Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 1f00c70 commit e7cb313

File tree

1 file changed

+4
-8
lines changed
  • test/orfs/mock-array

1 file changed

+4
-8
lines changed

test/orfs/mock-array/BUILD

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ orfs_flow(
130130
),
131131
"MACRO_PLACE_HALO": "0 2.16",
132132
"RTLMP_BOUNDARY_WT": "0",
133-
"RTLMP_MAX_INST" :"250",
134-
"RTLMP_MIN_INST" :"50",
135-
"RTLMP_MAX_MACRO" :"64",
136-
"RTLMP_MIN_MACRO" :"8",
133+
"RTLMP_MAX_INST": "250",
134+
"RTLMP_MIN_INST": "50",
135+
"RTLMP_MAX_MACRO": "64",
136+
"RTLMP_MIN_MACRO": "8",
137137
"PDN_TCL": "$(PLATFORM_DIR)/openRoad/pdn/BLOCKS_grid_strategy.tcl",
138138
"MACRO_ROWS_HALO_X": "0.5",
139139
"MACRO_ROWS_HALO_Y": "0.5",
@@ -306,10 +306,6 @@ verilator_cc_library(
306306
"-Wno-DECLFILENAME",
307307
"-Wno-UNUSEDSIGNAL",
308308
"-Wno-PINMISSING",
309-
# OpenROAD write_verilog uses implicit wires
310-
"-Wno-IMPLICIT",
311-
# FIXME remove after https://github.com/The-OpenROAD-Project/OpenROAD/issues/8108 fixed
312-
"-Wno-UNDRIVEN",
313309
"--trace-underscore",
314310
],
315311
)

0 commit comments

Comments
 (0)