mirror of https://github.com/efabless/caravel.git
7a45a096a5
it was configured for the caravel_pico SoC, with the housekeeping SPI able to access the upper 256-word section of the memory if the CSB bit in the housekeeping control register is cleared. This testbench tests both access through housekeeping and access directly from the SoC through the memory-mapped address. |
||
---|---|---|
.. | ||
caravel | ||
wb_utests | ||
README.md | ||
dummy_slave.v |
README.md
DV Tests
Organized into two subdirectories:
- caravel: contains tests for both the mangement SoC and an example user project.
- wb_utests: contains unit tests for the wishbone components residing at the management SoC private bus
├── caravel │ ├── mgmt_soc │ ├── user_proj_example └── wb_utests