@@ -121,7 +121,7 @@ The following simulation options are known.
121121 A list of user defined DO/TCL-files that is sourced after the design has been loaded.
122122 They will be executed during ``vunit_load ``, after the top level has been loaded
123123 using the ``vsim `` command.
124- During script evaluation the ``vunit_tb_path `` variable is defined
124+ During script and file path evaluation the ``vunit_tb_path `` variable is defined
125125 as the path of the folder containing the test bench.
126126 Additionally, the ``vunit_tb_name `` variable is defined as the name of the test bench.
127127 Must be a list of strings.
@@ -135,7 +135,7 @@ The following simulation options are known.
135135``modelsim.init_file.gui ``
136136 A user defined TCL-file that is sourced after the design has been loaded in the GUI.
137137 For example this can be used to configure the waveform viewer.
138- During script evaluation the ``vunit_tb_path `` variable is defined
138+ During script and file path evaluation the ``vunit_tb_path `` variable is defined
139139 as the path of the folder containing the test bench.
140140 Additionally, the ``vunit_tb_name `` variable is defined as the name of the test bench.
141141 Must be a string.
@@ -166,7 +166,7 @@ The following simulation options are known.
166166 A list of user defined DO/TCL-files that is sourced after the design has been loaded.
167167 They will be executed during ``vunit_load ``, after the top level has been loaded
168168 using the ``vsim `` command.
169- During script evaluation the ``vunit_tb_path `` variable is defined
169+ During script and file path evaluation the ``vunit_tb_path `` variable is defined
170170 as the path of the folder containing the test bench.
171171 Additionally, the ``vunit_tb_name `` variable is defined as the name of the test bench.
172172 Must be a list of strings.
@@ -180,7 +180,7 @@ The following simulation options are known.
180180``rivierapro.init_file.gui ``
181181 A user defined TCL-file that is sourced after the design has been loaded in the GUI.
182182 For example this can be used to configure the waveform viewer.
183- During script evaluation the ``vunit_tb_path `` variable is defined
183+ During script and file path evaluation the ``vunit_tb_path `` variable is defined
184184 as the path of the folder containing the test bench.
185185 Additionally, the ``vunit_tb_name `` variable is defined as the name of the test bench.
186186 Must be a string.
@@ -197,7 +197,7 @@ The following simulation options are known.
197197``activehdl.init_file.gui ``
198198 A user defined TCL-file that is sourced after the design has been loaded in the GUI.
199199 For example this can be used to configure the waveform viewer.
200- During script evaluation the ``vunit_tb_path `` variable is defined
200+ During script and file path evaluation the ``vunit_tb_path `` variable is defined
201201 as the path of the folder containing the test bench.
202202 Additionally, the ``vunit_tb_name `` variable is defined as the name of the test bench.
203203 Must be a string.
0 commit comments