This project aims at IP-Verification of a RTL block
- Standard SPI mode
- Full Duplex System
- Single master SPI and single slave SPI
- Single master APB and single slave APB
- Serial transfer in SPI
- Clock divider
- Asynchronous active low hard reset
- Software reset
- SPI transfer length
- Appending Dummy Data
- Separate TXFIFO and RXFIFO
- Interrupt Configuration
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/pulpino__spi_master__ip_verification/blob/development_branch_v1/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/pulpino__spi_master__ip_verification.git
cd pulpino__spi_master__ip_verification/sim/questasim
# Compilation:
make compile
# Simulation:
make simulate test=<test_name> uvm_verbosity=<VERBOSITY_LEVEL>
ex: make simulate test=pulpino_spi_master_ip_basic_write_read_reg_test uvm_verbosity=UVM_HIGH
# Note: You can find all the test case names in the path given below
pulpino__spi_master__ip_verification/src/hvl_top/testlists/pulpino_spi_master_ip_verification_regression.list
# Wavefrom:
vsim -view <test_name>/waveform.wlf &
ex: vsim -view pulpino_spi_master_ip_basic_write_read_reg_test/waveform.wlf &
# Regression:
make regression testlist_name=<regression_testlist_name.list>
ex: make regression testlist_name=pulpino_spi_master_ip_verification_regression.list
# Coverage:
## Individual test:
firefox <test_name>/html_cov_report/index.html &
ex: firefox pulpino_spi_master_ip_basic_write_read_reg_test/html_cov_report/index.html &
## Regression:
firefox merged_cov_html_report/index.html &
cd pulpino__spi_master__ip_verification/sim/cadence_sim
# Compilation:
make compile
# Simulation:
make simulate test=<test_name> uvm_verbosity=<VERBOSITY_LEVEL>
ex: make simulate test=pulpino_spi_master_ip_basic_write_read_reg_test uvm_verbosity=UVM_HIGH
# Note: You can find all the test case names in the path given below
pulpino__spi_master__ip_verification/src/hvl_top/testlists/pulpino_spi_master_ip_verification_regression.list
# Wavefrom:
simvision waves.shm/ &
# Regression:
make regression testlist_name=<regression_testlist_name.list>
ex: make regression testlist_name=pulpino_spi_master_ip_verification_regression.list
# Coverage:
imc -load cov_work/scope/test/ &
You can reach out to us over mbits@mirafra.com
For more information regarding Mirafra Technologies please do checkout our officail website:
https://mirafra.com/