-
Assuming you have Questa and Make installed,
cd
to the project directory and runmake setup
: Sets up the work directory for the projectmake compile
: Compiles the design and testbench modulesmake testcases
: Creates a randomized .mem file to be fed to the designmake release
: Runs the design with the created memory image filemake report
: Creates a text file report of functional coverage obtainedmake html
: Creates a HTML version of the coverage reportmake clean
: Cleans the buildmake info
: Lists all the files in the project and make rules