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
|`DESIGN_NAME`| The name of the top-level module of the design |
163
-
|`VERILOG_FILES`| The path to the design Verilog files |
163
+
|`VERILOG_FILES`| The path to the design Verilog files or JSON files providing a description of modules (check `yosys -h write_json` for more details).|
164
164
|`SDC_FILE`| The path to design `.sdc` file |
165
165
|`CORE_UTILIZATION`| The core utilization percentage. |
166
166
|`PLACE_DENSITY`| The desired placement density of cells. It reflects how spread the cells would be on the core area. 1 = closely dense. 0 = widely spread |
|`PLATFORM`| Specifies process design kit or technology node to be used. |
224
224
|`DESIGN_NAME`| The name of the top-level module of the design. |
225
-
|`VERILOG_FILES`| The path to the design Verilog files. |
225
+
|`VERILOG_FILES`| The path to the design Verilog files or JSON files providing a description of modules (check `yosys -h write_json` for more details).|
226
226
|`SDC_FILE`| The path to design constraint (SDC) file. |
0 commit comments