打印

在linux 上安装Xilinx ISE 13.1指南,附出错的改正方法

[复制链接]
6074|1
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
xuehua230|  楼主 | 2012-10-10 18:38 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
安装环境:Ubuntu 11.04
安装版本:Xilinx ISE 13.1


一,下载Xilinx_ISE_DS_13.1_O.40d.1.1.iso
这个是Windows/Linux双平台**版,大概4.94G吧。
二,在ubuntu 11.04下安装并**

  • sudo mount -o loop Xilinx_ISE_DS_13.1_O.40d.1.1.iso /mnt  

将iso挂载到/mnt。
  • cd /mnt  
  • ./xsetup  



执行xsetup,出现图像安装界面,和windows的安装方法一样。默认安装路径 /opt/Xilinx/13.1
然后进行**


  • cd /mnt/crack  
  • cp ise_11p1_licgen_v3.exe ~  
  • wine ~/ise_11p1_licgen_v3.exe  



在个人目录下出现license.txt
三,运行ISE

  • source /opt/Xilinx/13.1/ISE_DS/settings32.sh  
  • ise&  

四,出错
  • 某模块找不到
明明在windows下可以运行都工程,在linux下就出现找不到模块的问题,问题其实很简单,一般都是大小写问题。
LINUX对文件名是严格区分大小写的。还是严谨点好啊。

  • 直接implement top module,然后报错(在此,我隐藏掉了translated后都文件名,代以xxxxxxxxxxxxx.v,这个不影响表达)


  • Process "Translate" completed successfully  
  • Started : "Generate Post-Translate Simulation Model".  
  • Running netgen...  
  • Command Line: netgen -intstyle ise -insert_glbl true -w -dir netgen/translate -ofmt verilog -sim writeMBLayer.ngd xxxxxxxxxxxxxxx.v  
  • INFO:NetListWriters:633 - The generated Verilog netlist contains Xilinx SIMPRIM  
  •    simulation primitives and has to be used with SIMPRIM simulation library for
  •    correct compilation and simulation.   

官网解释如下

  • This information indicates that the simulation primitives in generated netlist are from SIMPRIM library which can be used for post-translate, post-MAP and post-PAR simulation.  
  • This is just information letting you know that you need to have all your libraries mapped and compiled before simulation.  


我然后就编译了一遍仿真库

  • Simulate Behavioral Model,然后出现


  • FATAL_ERROR:Simulator:Fuse.cpp:217:1.95 - Failed to compile one of the generated C code  

我看了看官网,http://www.xilinx.com/support/answers/32357.htm
给出了9种解决方法。


首先我们看Xilinx ISE支持都Linux平台,里面是不包括Ubuntu的。



但是这个不能是报错都理由吧?
其实解决方法很简单,是gcc版本的问题。



sudo aptitude install gcc-4.4

sudo rm /usr/bin/gcc
sudo ln -fs /usr/bin/gcc-4.4 /usr/bin/gcc
重启ISE试试,一切搞定。

相关帖子

沙发
GoldSunMonkey| | 2012-10-10 20:59 | 只看该作者
谢谢分享,哈哈,你们早点贴啊。我好不容易装完。

使用特权

评论回复
发新帖 我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则

25

主题

336

帖子

1

粉丝