Day1: UVM Hello_world.sv - EDA Playground
Warning! This exercise has been opened in another tab; autosave has been disabled. Close this tab or refresh to reactivate.

 Languages & Libraries

 Tools & Simulators

 Examples

208


 
1
`include "uvm_macros.svh"
2
import uvm_pkg::*;
3
4
module tb;
5
  initial begin
6
    `uvm_info("TB_TOP","HELLO WORLD",UVM_NONE)
7
  end
8
endmodule
xxxxxxxxxx
1
 
1
// Code your design here
2
96 views and 0 likes     
A short description will be helpful for you to remember your playground's details
 
100:0