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
Copy file name to clipboardExpand all lines: doc/src/vtr/tasks.rst
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -140,6 +140,20 @@ Optional Fields
140
140
141
141
For instance with ``circuit_list_add=my_circuit.v`` or ``circuit_list_add=my_circuit.blif``, the flow would look for an SDC file named ``my_circuit.sdc`` within the specified ``sdc_dir``.
142
142
143
+
* **includes_dir**: Directory path to benchmark _include_ files
144
+
145
+
Absolute path or relative to ``$VTR_ROOT/vtr_flow/``.
146
+
147
+
Note: Multiple _includes_dir_ are NOT allowed in a task config file.
148
+
149
+
* **include_list_add**: A path to an _include_ file, which is relative to _includes_dir_
150
+
151
+
Multiple _include_list_add_ can be provided.
152
+
153
+
_include_ files could act as the top module complementary, like definitions, macros or sub-modules.
154
+
155
+
Note: _include_ files will be shared among all benchmark circuits in the task config file.
0 commit comments