Skip to content

davidcastells/punxa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

punxa

Python-based RISC-V Full System Simulator.

Punxa provides HDL models of different parts of a full RISC-V system designed in different design styles using py4hw.

For the processor, we currently support two 64-bit models :

  • Behavioral Model of a single-cycle execution processor without pipeline
  • Microprogrammed structural design with an algorithmic Control Unit implementation

The single-cycle version suppports full system simulation and proxy-kernel simulation (as in Spike). We also introduce a Linux proxy-kernel to simulate applications compiled with riscv64-unknown-linux-gnu-gcc.

Testing

We started focussing on RV64 and Baremetal applications (compiled with risc64-unknown-elf-gcc). When completed, next goal is Linux boot.

RISC-V ISA Tests

RV64 ISA tests progress:

VersionProgress
Single Cycle 96.0 % |████████████████████████████████████████████░|
Microprogrammed 24.1 % |███████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░|

check riscv-tests for a complete list

Proxy-kernel Apps

About

RISC-V Full System Simulator based on py4hw

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published