Effacer les filtres
Effacer les filtres

How to add Xilinx synthesis tool in the HDL Workflow advisor

4 vues (au cours des 30 derniers jours)
Roy Francis
Roy Francis le 25 Fév 2014
Commenté : Roy Francis le 26 Fév 2014
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

Réponse acceptée

Tim McBrayer
Tim McBrayer le 25 Fév 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.
  1 commentaire
Roy Francis
Roy Francis le 26 Fév 2014
Hello,
Thanks for the support.
Thanks and Regards,
Roy

Connectez-vous pour commenter.

Plus de réponses (0)

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by