Directions for running project:
- git clone the directory onto the Linux AFS system
- Use the "add modelsim10.3b" command to add the waveform viewer.
- Export the .ini file with "export MODELSIM=modelsim.ini" command.
- Enter "vlib mti_lib". This will setup the directories for verilog binaries.
- Run the following commands to compile the DUT and TB:
- "vlog *.vp" to compile the DUT's pipeline stages
- "vlog *.v" to compile the top level DUT module.
- "vlog *.sv" to compile the TB modules.
- Now the modules can be loaded into ModelSim and run.