New or Edit
Allows you to specify the following settings for test bench files used by EDA third party simulation tools:
- Test bench name— Requires you to specify the name of the test bench.
| Scripting Information |
|
Keyword: Settings:<string> |
- Test bench entity— Requires you to specify the entity name of the test bench. This name can be different from the test bench name.
| Scripting Information |
|
Keyword: Settings:<string> |
- Instance— Requires you to specify the instance name of the design in the test bench files.
| Scripting Information |
|
Keyword: Settings:<string> |
- Run for— (Optional) Allows you to specify the duration of the test bench simulation.
| Scripting Information |
|
Keyword: Settings:<time> |
- Test bench files— Requires you to specify the test bench file Definition included in the test bench. Type or browse to the project directory to select the files to include. You should adjust the file order with the Up and Down buttons so that the files compile in the proper order, that is, files with dependencies listed after the files they rely on. This file order is required to compile the test bench files in the proper order. Test bench files can be Verilog Design File (.v) Definition, VHDL Design File (.vhd) Definition, Verilog Test Bench File (.vt) Definition, or VHDL Test Bench File (.vht) Definition.
Note: Note: Verilog Test Bench Files and VHDL Test Bench Files are essentially Verilog
Design Files and VHDL Design Files, respectively, with different extensions to indicate
that they are
test bench files.
| Scripting Information |
|
Keyword: Settings:<file name> |