mirror of
https://github.com/The-OpenROAD-Project/OpenLane.git
synced 2026-05-29 00:23:55 +08:00
+ Add warning when attempting to run Sylvain's script without `DPL_CELL_PADDING` >= 0 + Add warning when DPL_CELL_PADDING is set to greater than GPL_CELL_PADDING ~ Update PDK, changing the default values of GPL/DPL cell padding to `0` ~ **Use $HOME/.volare as the default PDK location** ~ `PL_TARGET_DENSITY` incorporates value of `GPL_CELL_PADDING` in calculation ~ Updated various config files to handle new default padding options ~ CI bugfixes + support for Volare 0.7.1
17 lines
374 B
JSON
17 lines
374 B
JSON
{
|
|
"DESIGN_NAME": "PPU",
|
|
"VERILOG_FILES": "dir::src/PPU.v",
|
|
"CLOCK_PORT": "clk",
|
|
"CLOCK_NET": "clk",
|
|
"GPL_CELL_PADDING": 4,
|
|
"DPL_CELL_PADDING": 4,
|
|
"FP_CORE_UTIL": 20,
|
|
"pdk::gf180mcu*": {
|
|
"SYNTH_MAX_FANOUT": 8,
|
|
"CLOCK_PERIOD": 18.0
|
|
},
|
|
"pdk::sky130*": {
|
|
"SYNTH_MAX_FANOUT": 8,
|
|
"CLOCK_PERIOD": 18.0
|
|
}
|
|
} |