Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

uvm

sn00011
Beginner
745 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
225 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
Reply