mirror of https://github.com/efabless/caravel.git
1526214cc1
architecture type passed to gcc as the value to the '-march=' option an environment variable, setting that environment variable to "rv32imc" by default, and overriding it with "rv32ic" specifically for the new caravel_pico without the multiplier and divider option, on testbenches "mem" and "storage" which both have multiplies in the C code. |
||
---|---|---|
.. | ||
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