Cradicle Explorer
coreblocks
Info
Issues
Patches
Wallets
Source
Source
.github
ci
constants
coreblocks
docker
docs
scripts
test
asm
csr.asm
csr_mmode.asm
exception.asm
exception_handler.asm
exception_mem.asm
fibonacci.asm
fibonacci_mem.asm
init_regs.s
interrupt.asm
interrupt_vectored.asm
link.ld
mtval.asm
pmp_fetch.asm
pmp_lsu.asm
smode_exception.asm
smode_interrupt.asm
socks_clint.asm
user_mode.asm
wfi_int.asm
wfi_no_int.asm
wfi_no_mie.asm
backend
cache
common
core_structs
external
frontend
func_blocks
params
peripherals
priv
regression
scheduler
__init__.py
conftest.py
test_core.py
.gitattributes
.gitignore
.gitmodules
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
/
test
/
asm
/ wfi_no_int.asm
wfi_no_int.asm
1
li x1, 1
2
wfi
3
li x1, 2
4
infloop:
5
j infloop