Hyrisc or HyRISC (pronounced "High-risk") is a simple 32-bit RISC architecture designed from the ground up for swift development for both compilers and humans
This repo contains a board-level emulator and assembler for Hyrisc
- Expandable RISC ISA totalling 30 instructions
- 32 registers with template ABI
- 32 Floating Point registers
- 4-level Link registers
- ARM-like Condition Codes for Flow Control instructions
- Little Endian Architecture
- Integer and Floating Point Multiplier and Divider
- On-chip Bus Controller (BCI)
- On-chip PIC
- MAC Unit
- Multicore-capable
- 32-bit Address and Data buses
BUSREQ
,BUSACK
andBUSIRQ
signals- 8-bit Error bus (
BE
signals) with IRQs for each code - Indexed mode
LOAD
andSTORE
for fast array and struct access - X (eXecution) pin spec planned
- Integrated PIC with 32-bit vector bus
IRQ
andIRQACK
signals
- Board-level with individual pin manipulation
- Simple API with easily serializable structs
- Multiple CPU support
- Planned support for user-defined machines (QEMU-like)
- Cross-platform
- PCIBus through emulated x86 IO bus support underway
- Complete access to CPU internals