File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments