How to add Xilinx synthesis tool in the HDL Workflow advisor

8 visualizzazioni (ultimi 30 giorni)
Hello,
I would like to add Xilinx synthesis tool(ISE13.4) in the HDLCODER tool. Xilinx tool ISE13.4 is installed in the following path: D:\Xilinx\ISE_DE\ISE\bin\nt\ise.
I have installed Altera Quartus II 9.1 version in my system. I am able to use the Quartus synthesis tool from the HDL Coder/ workflow advisor.
"How to add Xilinx synthesis tool in the HDLCoder/HDL Workflow advisor?"
Hoping to a reply.
Thanking you, Roy

Risposta accettata

Tim McBrayer
Tim McBrayer il 25 Feb 2014
There are two ways that you can do this:
  1. Add Xilinx to your Windows path before starting up MATLAB
  2. Use hdlsetuptoolpath to add the path for your ISE installation to your currently running MATLAB session.
For your case you would invoke hdlsetuptoolpath as:
>> hdlsetuptoolpath('ToolName', 'Xilinx ISE', 'ToolPath', 'D:\Xilinx\ISE_DE\ISE\bin\nt\ise.exe')
You can reference the documentation for hdlsetuptoolpath for additional information.

Più risposte (0)

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by