flopz.arch.riscv package
Subpackages
Submodules
flopz.arch.riscv.registers module
- class RiscvRegister(name, val, reg_type)
Bases:
flopz.arch.register.Register
- Parameters
name (
str
) –val (
int
) –reg_type (
IntEnum
) –
flopz.arch.riscv.riscv_generic_arch module
higher-level arch for RiscV processors
- class RiscvGenericArchitecture(register_class=<class 'flopz.arch.riscv.registers.RiscvRegister'>, reg_count=32)