最新消息: USBMI致力于为网友们分享Windows、安卓、IOS等主流手机系统相关的资讯以及评测、同时提供相关教程、应用、软件下载等服务。

Verilator windows 安装

业界 admin 6浏览 0评论

1. 下载 Cygwin

一定要注意选择好安装的必要库

autoconf

make

perl

python3

gcc-core gcc-g++

flex bison

wget

git

2. 下载apt-cfg 用来安装库

GitHub - transcode-open/apt-cyg: Apt-cyg, an apt-get like tool for Cygwin

直接把apt-cfg 放入

C:\cygwin64\bin

3. 下载 verilator

千万不要官网下载,慢的要死还打不开。用GitHub

GitHub - verilator/verilator: Verilator open-source SystemVerilog simulator and lint system

最好直接下tar.gz

Tags · verilator/verilator · GitHub

找到你喜欢的,下载解压。例如我解压到c盘了

 4. 打开cygwin 终端

cd 你解压的目录

然后autoconf

 

./configure

make

make install

最后生成的verilator相关.exe 在

里面。用的话可以添加path中,这些简单不用教。其它的自己学。

1. 下载 Cygwin

一定要注意选择好安装的必要库

autoconf

make

perl

python3

gcc-core gcc-g++

flex bison

wget

git

2. 下载apt-cfg 用来安装库

GitHub - transcode-open/apt-cyg: Apt-cyg, an apt-get like tool for Cygwin

直接把apt-cfg 放入

C:\cygwin64\bin

3. 下载 verilator

千万不要官网下载,慢的要死还打不开。用GitHub

GitHub - verilator/verilator: Verilator open-source SystemVerilog simulator and lint system

最好直接下tar.gz

Tags · verilator/verilator · GitHub

找到你喜欢的,下载解压。例如我解压到c盘了

 4. 打开cygwin 终端

cd 你解压的目录

然后autoconf

 

./configure

make

make install

最后生成的verilator相关.exe 在

里面。用的话可以添加path中,这些简单不用教。其它的自己学。

发布评论

评论列表 (0)

  1. 暂无评论