Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 466 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 466 Bytes

fpga-bounce

Example fpga bounce with Yosys simulation.

Forked from the example https://projectf.io/posts/verilog-sim-verilator-sdl

If you're looking for how to do a simple display driver in SystemVerilog, that's the place to go.

This fork swaps out verilator for yosys's write_cxxrtl to generate C++ code for the simulator and tests. This is a lot simpler than the verilator setup and at the moment seems to have similar performance, at least for this example.