Chrome Dino game in SpinalHDL
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- sbt
- SpinalHDL
run the following command in the root directory of the project.
sbt "runMain VerilogEmit"
The generated verilog file will be in the hw/spinal/generated
directory.
- SpinalHDL - SpinalHDL is a Hardware Description Language (HDL) embedded in Scala
- @0xtaruhi - Idea & Initial work