mosscomp / moss

A computer for human beings.
https://mosscomp.com
Apache License 2.0
42 stars 2 forks source link

Add initial control unit with RV32I instructions #46

Closed hasheddan closed 10 months ago

hasheddan commented 11 months ago

Introduces a control unit that currently supports handling RV32I instructions. It will be expanded with RV64I support, which builds on RV32I in the future.

Signed-off-by: Daniel Mangum georgedanielmangum@gmail.com

Part of #40