2021-12-28 18:45:25 +01:00

13 lines
311 B
Markdown

# library
ghdl -a --work=ourTypes --std=08 ../sources_snake/types.vhd
# Sources
ghdl -i --std=08 -fsynopsys ../sources_snake/*.vhd
# make
ghdl -m -v --std=08 -fsynopsys -frelaxed testbench
# VGA
https://gist.github.com/pvieito/8cdb54a9a03fd36e51c8df6e331a3006
https://www.ericeastwood.com/lab/vga-simulator/