Fork of the riscv crate to support vexriscv
.github | ||
bin | ||
ci | ||
src | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
asm.S | ||
assemble.ps1 | ||
assemble.sh | ||
build.rs | ||
Cargo.toml | ||
check-blobs.sh | ||
CODE_OF_CONDUCT.md | ||
LICENSE.md | ||
README.md |
veriscv
Low level access to parts of the VexRiscv RISC-V processor
THIS PROJECT IS NOW OBSOLETE
You can access vexriscv-specific csrs in the riscv
crate, under riscv::registers::vexriscv::*
.