- Add Xilinx to your Windows path before starting up MATLAB
- Use hdlsetuptoolpath to add the path for your ISE installation to your currently running MATLAB session.
How to add Xilinx synthesis tool in the HDL Workflow advisor
2 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
采纳的回答
Tim McBrayer
2014-2-25
There are two ways that you can do this:
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!