フィルターのクリア

How to add Xilinx synthesis tool in the HDL Workflow advisor

4 ビュー (過去 30 日間)
Roy Francis
Roy Francis 2014 年 2 月 25 日
コメント済み: Roy Francis 2014 年 2 月 26 日
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

採用された回答

Tim McBrayer
Tim McBrayer 2014 年 2 月 25 日
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 件のコメント
Roy Francis
Roy Francis 2014 年 2 月 26 日
Hello,
Thanks for the support.
Thanks and Regards,
Roy

サインインしてコメントする。

その他の回答 (0 件)

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by