Skip to content

Commit 74e8c37

Browse files
authored
Merge pull request #8173 from Pinata-Consulting/power-hier-no-warnings
power: -hier fixed warnings in .v with verilator
2 parents 0b269e8 + e7cb313 commit 74e8c37

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)