upsilon/firmware/rtl/base/Makefile

10 lines
177 B
Makefile
Raw Normal View History

2023-03-15 02:29:19 -04:00
.PHONY: lint
include ../common.makefile
2023-03-15 14:57:08 -04:00
codegen: base.v
base.v: base.v.m4
2023-03-15 02:29:19 -04:00
lint: base.v
verilator --lint-only base.v -I../spi -I../control_loop -I../waveform
2023-03-15 17:08:55 -04:00
clean:
rm base.v