Modelsim support for SV

此生再无相见时 提交于 2019-12-02 10:30:08

According to this table, ModelSim supports SystemVerilog design features, but not verification features. This means that it probably does not support classes, randomization, or the coverage features of SV.

The latest simulator platform from Mentor Graphics is branded Questa. This is really just an extension to Modelsim. Questa has full support for SystemVerilog. This is what you want if you have (or can get) a license for it. My experience is that EDA simulators are licensed in a tiered manner, so some features may only be available if you have a certain license.

The Questa simulator marketing page is at http://www.mentor.com/products/fv/questa/

You are with the student version, so try one of this list.

I guess there isn't an open source simulator, let us know if you find something.

other option you can use other things like myhdl check out this as well.

ModelSim 10.1d supports SystemVerilog except for SystemVerilog coverage, SystemVerilog assertions, randomize() method, and program blocks. The student version and Altera-Starter versions are free.

ModelSim 10.1d can be used for verification. Most verification engineers are using UVM library, and ModelSim can run UVM.

A trivial UVM testbench for ModelSim

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!