필터 지우기
필터 지우기

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.

추가 답변 (0개)

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by