How can I set properties such as Verilog Include Directories in the FILWIZARD of HDL Verifier 4.1 (R2012b)?

1 view (last 30 days)
I am using the FILWIZARD to generate and simulate a Xilinx FPGA block, according to my hardware description source files that are written in, e.g., Verilog. Non-MathWorks products, e.g., the Xilinx TCL scripting interface, are equipped with the functionality of setting multiple options, such as the Verilog Include Directories. How can I do that in FILWIZARD?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 11 Apr 2013
The FILWIZARD in HDL Verifier 4.1 (R2012b) can accept TCL scripts together with HDL or Verilog files in its "Source Files" pane. Such TCL scripts can contain commands that can also be executed by software such as the Xilinx TCL scripting interface.
For example, to specify the Verilog Include Directories in FILWIZARD, include a TCL script in its Source Files pane, that includes the following command:
project set "Verilog Include Directories" "..//include" -process "Synthesize - XST"
The pathname "..//include" is the relative path to the include directory.
For releases prior to R2012b, the option to include custom TCL Code into the FIL Wizard is not available in the EDA Simulator Link. There are no workarounds.

More Answers (0)

Tags

No tags entered yet.

Products


Release

R2012b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!