Skip to content

Commit 0bd1102

Browse files
eszpotanskioharboe
authored andcommitted
docs: Update VERILOG_FILES description
Signed-off-by: Eryk Szpotanski <[email protected]>
1 parent 9591186 commit 0bd1102

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/tutorials/FlowTutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ constraints. We will use default configuration variables for this tutorial.
160160
|--------------------|------------------------------------------------------------------------------------------------------------------------------------------|
161161
| `PLATFORM` | Specifies Process design kit. |
162162
| `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). |
164164
| `SDC_FILE` | The path to design `.sdc` file |
165165
| `CORE_UTILIZATION` | The core utilization percentage. |
166166
| `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 |

docs/user/FlowVariables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ file for each design located in the OpenROAD-flow-scripts directory of
222222
|-----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
223223
| `PLATFORM` | Specifies process design kit or technology node to be used. |
224224
| `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). |
226226
| `SDC_FILE` | The path to design constraint (SDC) file. |
227227

228228

0 commit comments

Comments
 (0)