A RISC-V CPU simulator implemented in Python using assassyn. To use this project, you should configure assassyn environment first. RISC-V-CPU/ ├── cpu/ # CPU core modules │ ├── __init__.py # Package ...
Create environment: Create a conda environment named energybench with Python 3.11 and activate it.