Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Files

Latest commit

21f238c · Nov 24, 2024

History

History

soc

Ava BASIC SoC

python -m avasoc build -p will build for iCEBreaker and program.

python -m avasoc flash will flash avasoc.bin built in /core to the iCEBreaker's SPI flash.

python -m avasoc cxxrtl will build and run the CXXRTL/Zig simulation.

python -m avasoc for usage.

VexRiscv build

You can find the branch we build our VexRiscv core from at charlottia/VexRiscv.

The CXXRTL simulation exposes its UART on a Unix domain socket, which the Amateur Development Client can connect to.