- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm doing SPI using uvm project in questasim..in that project rtl file,tb,uvm components files their.. How to execute this files...
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page