mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-04 20:05:57 +00:00
8 lines
175 B
Makefile
8 lines
175 B
Makefile
|
|
check:
|
|
verilator --top-module frame_buffer_top --lint-only *.v
|
|
iverilog -tnull *.v
|
|
|
|
deps.dot:
|
|
grep \`include *.v | sed "s/:/ /g" | awk '{ print "\"" $1 "\" -> " $3 ";" }'
|