Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

OVM and UVM runs on vcs

Status
Not open for further replies.
for uvm you have to add the option +ntb_opts uvm so the comand will look something like :
Code:
vcs -sverilog +ntb_opts uvm <your files>
in 1 of your files you also have to add :
Code:
import uvm_pkg::*;
`include "uvm_macros.svh"
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top