- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
system generator doesn't start in ubuntu
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-03-2011 11:39 PM - edited 03-03-2011 11:40 PM
Hello,
I'm new to the concept of sysgen. I installed ISE 12.2 DSP edition trail version and I have matlab 2009b edition. After a brief search I found http://xlnx.lithium.com/t5/Installation-and-Licens
I have installed matlab at /home/trans/Matlab and xilinx at /home/trans/Xilinx. Though I have sysgen_startup.m at /home/trans/Xilinx/ISE_DS/ISE/sysgen/util if I try to run sysgen by using command "./sysgen" I get error as
ERROR: Could not find SysGen startup script at "/home/trans/Xilinx/ISE/sysgen/util/sysgen_startup
As per the above mentioned link I found sg_config at /home/trans/Xilinx/ISE_DS/ISE/sysgen/bin/lin and used command "./sg_config -install_to_matlab /home/trans/Matlab" I get message like this
[: 26: unexpected operator[: 28: /home/trans/Xilinx/ISE_DS/ISE/sysgen/lib/lin:: unexpected operatorDSPTools successfully installed into MATLAB!
Then I ran matlab by giving command ./matlab and opened simulink. I found HDL libraries in simulink but when I tried to generate HDL code I got error like
Warning: Failed to update device information. It is possible that the device
target information in a System Generator token is out of date with respect to
your ISE installation. Failed cast to Dictionary
ans =
Error using ==> xlgetpartinfo
The environment variable "XILINX" currently points to "/home/trans/Documents/MATLAB", which is not a valid ISE installation.
ans =
Error using ==> xlgetpartinfo
The environment variable "XILINX" currently points to "/home/trans/Documents/MATLAB", which is not a valid ISE installation.
I didn't understand the above error. I have chosen matlab workspace as /home/trans/Documents/MATLAB but I haven't pointed anything to that location.
So finally how do I set environmental variables at /home/trans/Xilinx/ISE_DS/ISE and how do I get sysgen to work?
I installed ISE from the DVD which I got from xilinx
reply would be really appreciable
Re: system generator doesn't start in ubuntu
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-14-2011 07:01 PM
Follow the instructions in the message below to set up the environment for IDS.
http://forums.xilinx.com/t5/Installation-and-Licen
Then make sure the version of Matlab you want to run is in your PATH by running
%which matlab
Then open SysGen by running
%sysgen
Jim











