Skip to content

boj/prisma-risc-v

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Explanation

I cannot take credit for doing the deep thinking on how to write a RISC-V state machine as I followed the guides in the references below. However, this was an excellent opportunity to learn about how to simulate low level hardware.

The goal was to revisit this decade old idea on how to create a realtime programmable game simulation. Instead of making artificial APIs to program against, my train of thought this time around was to implement an actual CPU. Since RISC-V is an open standard instruction set it made sense to try to implement as it would let the players use existing documentation references.

References

UART

About

A basic RISC-V implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages