You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`VERILOG_INCLUDE_DIRS`| Specifies the include directories for the Verilog input files. |
241
-
|`CORNER`| PVT corner library selection. |
236
+
|`CORNER`| PVT corner library selection. Only available for ASAP7 and GF180 PDK.|
242
237
|`DESIGN_NICKNAME`| DESIGN_NICKNAME just changes the directory name that ORFS outputs to be DESIGN_NICKNAME instead of DESIGN_NAME in case DESIGN_NAME is unwieldy or conflicts with a difference design. |
243
238
|`ABC_AREA`| Strategies for Yosys ABC synthesis: Area/Speed. Default ABC_SPEED. |
244
239
|`PWR_NETS_VOLTAGES`| Used for IR Drop calculation. |
245
240
|`GND_NETS_VOLTAGES`| Used for IR Drop calculation. |
246
-
241
+
|`BLOCKS`| Blocks used as hard macros in a hierarchical flow. Do note that you have to specify block-specific inputs file in the directory mentioned by [Makefile](../main/flow/Makefile)|
242
+
|`CDL_FILES`| Insert additional Circuit Description Language (`.cdl`) netlist files. |
243
+
|`DFF_LIB_FILES`| Technology mapping liberty files for flip-flops. |
244
+
|`DONT_USE_LIBS`| Set liberty files as `dont_use`. |
245
+
|`PRESERVE_CELLS`| Mark modules to keep from getting removed in flattening. |
246
+
|`SYNTH_ARGS`| Optional synthesis variables for yosys. |
|`CORE_MARGIN`| The margin between the core area and die area, in multiples of SITE heights. The margin is applied to each side. This variable is ignored if `CORE_UTILIZATION` is undefined. |
256
257
|`DIE_AREA`| The die area specified as a list of lower-left and upper-right corners in microns (X1 Y1 X2 Y2). This variable is ignored if `CORE_UTILIZATION` and `CORE_ASPECT_RATIO` are defined. |
257
258
|`CORE_AREA`| The core area specified as a list of lower-left and upper-right corners in microns (X1 Y1 X2 Y2). This variable is ignored if `CORE_UTILIZATION` and `CORE_ASPECT_RATIO` are defined. |
259
+
|`RESYNTH_AREA_RECOVER`| Enable re-synthesis for area reclaim. |
260
+
|`RESYNTH_TIMING_RECOVER`| Enable re-synthesis for timing optimization. |
261
+
|`MACRO_HALO_X`| Set macro halo for x-direction. Only available for ASAP7 PDK. |
262
+
|`MACRO_HALO_Y`| Set macro halo for y-direction. Only available for ASAP7 PDK. |
0 commit comments