LoopyV is a SystemVerilog implementation of a RISC-V processor featuring a 5-stage pipeline architecture. This processor is designed to provide efficient instruction execution while maintaining a balance between performance and complexity.
LoopyV implements the following pipeline stages:
- Instruction Fetch (IF)
- Instruction Decode (ID)
- Execute (EX)
- Memory (MEM)
- Write-back (WB)
- Full implementation of the RISC-V 32-Bit integer ISA
- Hazard detection and forwarding units for efficient pipeline operation
- Memory interface for instruction and data access
LoopyV is licensed under the Apache License, Version 2.0. See the LICENSE file for the full license text.
For questions or support, please open an issue in the GitHub repository or contact me.