Forum Discussion

sn00011's avatar
sn00011
Icon for New Contributor rankNew Contributor
6 years ago

uvm

I'm doing SPI using uvm project in questasim..in that project rtl file,tb,uvm components files their.. How to execute this files...

1 Reply

  • Vicky1's avatar
    Vicky1
    Icon for Regular Contributor rankRegular Contributor
    Hi sree, For simplicity keep all files in one directory. For SPI environment execution using Questasim follow the sequence as below, From the command prompt navigate to SPI environment directory & then use below command, qverilog SPI.v (DUT) package.sv(package file) interface.sv(interface file) top.sv(top level module file) e.g. qverilog spi.v pkg.sv spi_if.sv spi_top.sv Regards, Vikas