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!