当前位置:首页 > Linux > 正文内容

在Linux下联合ISE和第三方仿真工具进行仿真 ModelSim IUS VCS

chanra1n2年前 (2023-01-10)Linux4868

参考自Xilinx官方手册

image.png

image.png

 - How do I compile Xilinx Simulation libraries for ModelSim Simulator ?
   ANS: You can compile the libraries for MTI-SE, MTI-PE edition using
        the -s mti_se and -s mti_pe options
   Example:-
      compxlib -s mti_se -arch all -lib all -l all
      compxlib -s mti_pe -arch all -lib all -l all

 - How do I compile Xilinx Simulation libraries for NCSIM Simulator ?
   ANS: You can compile the libraries for NCSIM using -s ncsim option
   Example:-
      compxlib -s ncsim -arch all -lib all -l vhdl
      compxlib -s ncsim -arch all -lib all -l verilog

 - How do I compile Xilinx Simulation libraries for VCS MX Simulator ?
   ANS: You can compile the libraries for VCS MX using -s vcs_mx option
   Example:-
      compxlib -s vcs_mx -arch all -lib all -l vhdl
      compxlib -s vcs_mx -arch all -lib all -l verilog

 - How do I compile Xilinx Simulation libraries for VCS MXi Simulator ?
   ANS: You can compile the libraries for VCS MXi using -s vcs_mxi option
   Example:-
      compxlib -s vcs_mxi -arch all -lib all -l vhdl
      compxlib -s vcs_mxi -arch all -lib all -l verilog

 - How do I compile Xilinx Cores ?
   ANS: You can compile the Xilinx Cores using the -lib xilinxcorelib option.
   Example:-
      compxlib -s mti_pe -arch virtex2 -lib xilinxcorelib -l verilog
      compxlib -s mti_pe -arch virtex2 -lib xilinxcorelib -l vhdl

在ISE安装目录的/opt/xilinx/14.7/ISE_DS/ISE/bin/lin64下运行命令:

./compxlib -s mti_se -arch all -l all -dir /usr/local/eda_tools/xilinx_lib/ise_12_3_modelsim

其中后面的路径是编译后的库放在的路径,运行后编译modelsim使用的库


如果使用的是Candense的IUS或者IES等ncsim的,就这样

./compxlib -s ncsim -arch all -l all -dir /usr/local/eda_tools/xilinx_lib/ise_12_3_ncsim

image.png

image.png

如果你使用的是其他工具,例如VCS

./compxlib -s vcs_mx -arch all -l all -dir /usr/local/eda_tools/xilinx_lib/ise_12_3_vcs_mx




扫描二维码推送至手机访问。

版权声明:本文由我的FPGA发布,如需转载请注明出处。

本文链接:https://myfpga.cn/index.php/post/295.html

分享给朋友:

“在Linux下联合ISE和第三方仿真工具进行仿真 ModelSim IUS VCS” 的相关文章

一键升级Centos6 Python至2.7.9 并安装宝塔

一键升级Centos6 Python至2.7.9 并安装宝塔

#直接复制运行命令即可 curl -o install.sh http://download.myfpga.cn/linux/centos/pythonandbt.sh && sh install.sh...

强大的视频格式转换工具 FFmpeg的安装

强大的视频格式转换工具 FFmpeg的安装

kali环境下的安装sudo apt-get install ffmpeg -y && ffmpeg -versionUbuntu环境下的安装sudo apt install ffmp...

小米路由器MINI刷爱快固件

小米路由器MINI刷爱快固件

uboot-xiaomi-mini-115200.binIK-MT7620AV4-H1S.bin...

爱快登录面板API

爱快登录面板API

接口名:登录面板API接口地址:路由器管理地址+/Action/login接口调用方式:POST参数1:username    用户名参数2:passwd    密码,为输入密码的MD5加密,32位小写参数3:pass&...

在Ubuntu/Linux环境中用Python进行FPGA编程和OpenCL应用开发

在Ubuntu/Linux环境中用Python进行FPGA编程和OpenCL应用开发

随着FPGA (Field Programmable Gate Array) 技术的快速发展,越来越多的开发者开始使用Ubuntu或Linux环境进行FPGA的编程和开发工作。在本文中,我们将会介绍如何在Ubuntu/Linux环境中使用Python作为编程语言进行FPGA开发,以及如何在这些环境中...

使用Docker-Ubuntu14安装Synopsys2018工具 Leda PT VCS Verdi DVE FM SCL 爱快Docker EDA工具

使用Docker-Ubuntu14安装Synopsys2018工具 Leda PT VCS Verdi DVE FM SCL 爱快Docker EDA工具

synopsys2018链接:https://pan.baidu.com/s/1xnwKS4Lf-wdHxjv-cuyogA?pwd=z0hw 提取码:z0hw 仅用于学习,不得用于其他用途!1、首先在Docker拉取Ubuntu镜像,我使用的是爱快,其他X86操作系统类似。2、...