Files
OpenLane/designs/PPU/config.json
Mohamed Gaber e5a7a09769 Rework Placement (#1684)
+ 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
2023-03-22 15:29:01 +02:00

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
}
}