|
发表于 2018-1-28 18:30:35
|
显示全部楼层
一般vcs simulation 有几种。
第一种是RTL全部是verilog,可以用"vcs" compile, "simv" run simulation.
第二种是RTL是VHDL和Verilog. 好像需要3 step process.
1. vhdlan compile VHDL, 2. vlogan compile verilog. 3. vcs elaboration.
如果是UVM testbench, uvm 和 RTL 需要分别compile, 否则会有问题。 |
|