Implementation of the AMBA Advanced Peripheral Bus (APB) protocol using SystemVerilog.
- Run Simulation
The Makefile is set up to compile the project files and run simulation without a GUI as the default command.
Option using make:
makeUsing the provided Makefile, should compile all necessary files and run the default testbench.
Option using vsim directly, if files are already compiled:
vsim -do sim/run_questa.tcl- View Waveform in QuestaSim
Note: This requires enabling X forwarding if using SSH, or otherwise using a session with GUI support.
Open QuestaSim GUI:
vsim work.apb_tbType do sim/wave.do followed by run -all in the QuestaSim command window.
- Clean Up
make cleanSee CONTRIBUTING.md