Synthesis tool not integrated to MATLAB
1 次查看(过去 30 天)
显示 更早的评论
Hi
I want to cosimulate 16 point ifft on Spartan-3e. I have Matlab 2010 and ISE synthesis 12.3 installed. In "HDL workflow Advisor" I get HDL code but when i select FPGAimplementation there is no Synthesis tool option to perform it.
Snap shot is given below.
0 个评论
采纳的回答
Kaustubha Govind
2011-5-1
It doesn't look like Xilinx ISE 12.3 is officially supported (see http://www.mathworks.com/help/toolbox/slhdlcoder/bsv_x0g.html). But have you already used hdlsetuptoolpath to setup the synthesis tool path in MATLAB?
0 个评论
更多回答(2 个)
aitizaz
2011-5-2
1 个评论
Kaustubha Govind
2011-5-2
Do you see an error when you run hdlsetuptoolpath? Please post the exact message.
The window that appears with Xilinx ISE installation is probably only meant for System Generator. This is entirely different from the HDL Workflow Advisor. In other words, you have established a connection between ISE and MATLAB, but not the other way round. You need to run hdlsetuptoolpath to achieve this.
aitizaz
2011-5-3
1 个评论
Kaustubha Govind
2011-5-3
Sorry, it looks like 'hdlsetuptoolpath' was only introduced in R2011a because multiple third-party tools are supported and the tool can be used to select one of them. R2010a and R2010b only supported Xilinx ISE 11.2. I'm not sure if you don't see the tool because of version incompatibility.
However, it may be worth checking that ise.exe and xtclsh.exe are on the System PATH. For example, try running "ise" from the system command prompt - does this open up ISE? Also, run "xtclsh -h" - does it return help information of xtclsh?
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!