Skip to content

Commit 433b755

Browse files
committed
docs: Update generated variables doc
Signed-off-by: Martin Povišer <[email protected]>
1 parent 9c91625 commit 433b755

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/user/FlowVariables.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ configuration file.
187187
| <a name="SYNTH_MEMORY_MAX_BITS"></a>SYNTH_MEMORY_MAX_BITS| Maximum number of bits for memory synthesis.| 4096| |
188188
| <a name="SYNTH_MINIMUM_KEEP_SIZE"></a>SYNTH_MINIMUM_KEEP_SIZE| For hierarchical synthesis, we keep modules of larger area than given by this variable and flatten smaller modules. The area unit used is the size of a basic nand2 gate from the platform's standard cell library. The default value is platform specific.| 0| |
189189
| <a name="SYNTH_NETLIST_FILES"></a>SYNTH_NETLIST_FILES| Skips synthesis and uses the supplied netlist files. If the netlist files contains duplicate modules, which can happen when using hierarchical synthesis on indvidual netlist files and combining here, subsequent modules are silently ignored and only the first module is used.| | |
190+
| <a name="SYNTH_USE_SLANG"></a>SYNTH_USE_SLANG| Use yosys-slang for read-in of SystemVerilog design.| | |
190191
| <a name="SYNTH_WRAPPED_OPERATORS"></a>SYNTH_WRAPPED_OPERATORS| Synthesize multiple architectural options for each arithmetic operator in the design. These options are available for switching among in later stages of the flow.| | |
191192
| <a name="TAPCELL_TCL"></a>TAPCELL_TCL| Path to Endcap and Welltie cells file.| | |
192193
| <a name="TAP_CELL_NAME"></a>TAP_CELL_NAME| Name of the cell to use in tap cell insertion.| | |
@@ -195,7 +196,8 @@ configuration file.
195196
| <a name="TIELO_CELL_AND_PORT"></a>TIELO_CELL_AND_PORT| Tie low cells used in Yosys synthesis to replace a logical 0 in the Netlist.| | |
196197
| <a name="TNS_END_PERCENT"></a>TNS_END_PERCENT| Default TNS_END_PERCENT value for post CTS timing repair. Try fixing all violating endpoints by default (reduce to 5% for runtime). Specifies how many percent of violating paths to fix [0-100]. Worst path will always be fixed.| 100| |
197198
| <a name="USE_FILL"></a>USE_FILL| Whether to perform metal density filling.| 0| |
198-
| <a name="VERILOG_FILES"></a>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).| | |
199+
| <a name="VERILOG_DEFINES"></a>VERILOG_DEFINES| Preprocessor defines passed to the language frontend. Example: `-D HPDCACHE_ASSERT_OFF`| | |
200+
| <a name="VERILOG_FILES"></a>VERILOG_FILES| The path to the design Verilog files providing a description of modules.| | |
199201
| <a name="VERILOG_INCLUDE_DIRS"></a>VERILOG_INCLUDE_DIRS| Specifies the include directories for the Verilog input files.| | |
200202
| <a name="VERILOG_TOP_PARAMS"></a>VERILOG_TOP_PARAMS| Apply toplevel params (if exist).| | |
201203
| <a name="YOSYS_FLAGS"></a>YOSYS_FLAGS| Flags to pass to yosys.| -v 3| |
@@ -221,6 +223,7 @@ configuration file.
221223
- [SYNTH_WRAPPED_OPERATORS](#SYNTH_WRAPPED_OPERATORS)
222224
- [TIEHI_CELL_AND_PORT](#TIEHI_CELL_AND_PORT)
223225
- [TIELO_CELL_AND_PORT](#TIELO_CELL_AND_PORT)
226+
- [VERILOG_DEFINES](#VERILOG_DEFINES)
224227
- [VERILOG_FILES](#VERILOG_FILES)
225228
- [VERILOG_INCLUDE_DIRS](#VERILOG_INCLUDE_DIRS)
226229
- [VERILOG_TOP_PARAMS](#VERILOG_TOP_PARAMS)
@@ -418,6 +421,7 @@ configuration file.
418421
- [SET_RC_TCL](#SET_RC_TCL)
419422
- [SLEW_MARGIN](#SLEW_MARGIN)
420423
- [SYNTH_ARGS](#SYNTH_ARGS)
424+
- [SYNTH_USE_SLANG](#SYNTH_USE_SLANG)
421425
- [TAP_CELL_NAME](#TAP_CELL_NAME)
422426
- [TECH_LEF](#TECH_LEF)
423427
- [USE_FILL](#USE_FILL)

0 commit comments

Comments
 (0)