如何用vcs编译并运行单个verilog文件?

问题描述 投票:0回答:1

如何使用 Synopsys 的 vcs 模拟器编译并运行单个 verilog/systemverilog 文件?

(参见 https://www.synopsys.com/verification/simulation/vcs.html

verilog synopsys-vcs
1个回答
0
投票

要使用 VCS 编译 Verilog/SystemVerilog 文件,请使用:

vcs -full64 -sverilog file.sv

然后,运行模拟:

./simv
© www.soinside.com 2019 - 2024. All rights reserved.