[logo] 
 
Home
News
Activity
About/Contact
Major Tools
  Dinotrace
  Verilator
  Verilog-mode
  Verilog-Perl
Other Tools
  BugVise
  CovVise
  Force-Gate-Sim
  Gspice
  IPC::Locker
  Rsvn
  SVN::S4
  SystemPerl
  Voneline
  WFH
General Info
  Papers

verilated file use with commercial simulators in sv env

Added by Devendra Singh 11 months ago

Can I use verilated DUT for simulation in a system verilog simulation environment in VCS/NCSIM/Modelsim? Maybe by using a DPI wrapper for the verilated DUT. My query is more on if at all I can do it? Please excuse if my query is too basic, as I did not find/understand a definite answer on above in FAQ's (I am a hardware engineer with a limited SW knowledge).


Replies (2)

RE: verilated file use with commercial simulators in sv env - Added by Jeremy Bennett 11 months ago

Yes, so long as you remember that the DUT will be 2-state (no X/Z) and generally following synthesis semantics. You can use DPI, or you can get Verilator to produce a SystemC model. I believe all three simulators you mention will co-simulate with SystemC.

HTH,

Jeremy
--
Tel: +44 (1590) 610184
Cell: +44 (7970) 676050
SkypeID: jeremybennett
Email:
Web: www.embecosm.com

RE: verilated file use with commercial simulators in sv env - Added by Leo Ticsay 7 months ago

I am trying yo use the verilated files converted to SystemC I'm trying to make it work on vcs mx and I am having errors, Do I need to use other setting or will it be like a pure systemc model only? I am new to systemc and also on running it on vcs, I am following the steps on vcs mx 1. syscan 2. vcs 3. simv Can you help me?, Thanks.

(1-2/2)