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.

UVM with VHDL or VHDL-AMS

Status
Not open for further replies.
You can IIRC, but all the underlying code is System Verilog, so I think you'll need a licence that will allow you to run mixed mode. You need to create the component declaration in VHDL in your code to link it to the UVM module.

Here is a beginners guide:
**broken link removed**
 
you can directly instantiate VHDL module in verilog file in verilog syntax.
 

Probably not in any easy way you would like. You'd need some sort of standard way to go between the SV language constructs and VHDL. That would mean either you write some wrappers or you find some collection of macros/whatevers that do this work for you.

Now the problem of "use UVM with VHDL with maximum benefits" sounds general enough that people have already invested time in that. Googling on "vhdl uvm class" finds some useful stuff.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top