Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)

uvm

sn00011
Beginner
944 Views

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

0 Kudos
1 Reply
Vicky1
Employee
424 Views
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
0 Kudos
Reply