This project deals with the axi4Lite protocol
The idea of using Accelerated VIP is to push the synthesizable part of the testbench into the separate top module along with the interface and it is named as HDL TOP and the unsynthesizable part is pushed into the HVL TOP. This setup provides the ability to run longer tests quickly. This particular testbench can be used for the simulation as well as the emulation based on the mode of operation.
We believe in growing together and if you'd like to contribute, please do check out the contributing guide below:
https://github.com/mbits-mirafra/axi4Lite_avip/blob/main/contribution_guidelines.md
# Checking for git software, open the terminal type the command
git version
# Get the VIP collateral
git clone git@github.com:mbits-mirafra/axi4Lite_avip.git
For setenv path source Axi4LiteMasterSetEnvPath.csh file
#Run command:
source Axi4LiteMasterSetEnvPath.csh
cd axi4Lite_avip/sim/questasim
# Compilation:
make compile
# Simulation:
make simulate test=<test_name> uvm_verbosity=<VERBOSITY_LEVEL>
ex: make simulate test=Axi4Lite32bitWriteAndReadTest uvm_verbosity=UVM_HIGH
# Note: You can find all the test case names in the path given below
axi4Lite_avip/src/testlists/axi4LiteRegression.list
# Wavefrom:
vsim -view <test_name>/waveform.wlf &
ex: vsim -view Axi4Lite32bitWriteAndReadTest/waveform.wlf &
# Regression:
make regression testlist_name=<regression_testlist_name.list>
ex: make regression testlist_name=axi4LiteRegression.list
# Coverage:
## Individual test:
firefox <test_name>/html_cov_report/index.html &
ex: firefox Axi4Lite32bitWriteAndReadTest/html_cov_report/index.html &
## Regression:
firefox merged_cov_html_report/index.html &
cd axi4Lite_avip/sim/synopsysSim
# Compilation:
make compile
# Simulation:
make simulate test=<test_name> uvm_verbosity=<VERBOSITY_LEVEL>
ex: make simulate test=Axi4Lite32bitWriteAndReadTest uvm_verbosity=UVM_HIGH
# Note: You can find all the test case names in the path given below
axi4Lite_avip/src/testlists/axi4LiteRegression.list
# Wavefrom:
verdi -ssf novas.fsdb
# Regression:
make regression testlist_name=<regression_testlist_name.list>
ex: make regression testlist_name=axi4LiteRegression.list
# Coverage:
## Individual test:
firefox <test_name>/grp0.html &
ex: firefox Axi4Lite32bitWriteAndReadTest/grp0.html &
## Regression:
firefox regressionReport/grp0.html &
Click here for the report link
You can reach out to us over mbits@mirafra.com
For more information regarding Mirafra Technologies please do check out our official website:
https://mirafra.com/