Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.6 KB

DEMOS.md

File metadata and controls

39 lines (30 loc) · 1.6 KB

Led glow

cd led_glow && make
SIMULATION RESULTS: Average duty cycle: 49%, clock frequency 437 MHz

Graphics demos

cd demos/vga

Pergola's ROTOZOOM (with some tweaks):
image

make VGA_SRC=build/migen_vga.cc clean all
FPS 486.8, pixel clock 149.5 MHz (simulation)
FPS 158.5, pixel clock 48.7 MHz (verilator)

Silice's FLYOVER 3D:
image

make clean all
FPS 642.3, pixel clock 197.3 MHz (simulation)
FPS 132.4, pixel clock 40.7 MHz (verilator)

LiteX's COLORBARS:
image

make VGA_SRC=build/migen_vga.cc MIGEN_VGA=litex_vga.py clean all
FPS 764.4, pixel clock 234.8 MHz (simulation)
FPS 136.8, pixel clock 42.0 MHz (verilator)

Pergola's TestImageGenerator
image
FPS 580.9, pixel clock 178.5 MHz (simulation)
FPS 553.2, pixel clock 169.9 MHz (thru RTLIL)
FPS 157.6, pixel clock 48.4 MHz (verilator)

Pergola's StaticTestImageGenerator
image
FPS 1039.5, pixel clock 319.3 MHz (simulation)
FPS 1033.1, pixel clock 317.4 MHz (thru RTLIL)
FPS 200.4, pixel clock 61.6 MHz (verilator)