upsilon/firmware/rtl/base/Makefile

6 lines
243 B
Makefile
Raw Normal View History

2023-03-15 02:29:19 -04:00
.PHONY: lint
2023-03-13 21:40:17 -04:00
base.v: base.m4
2023-03-14 00:06:42 -04:00
m4 -P --synclines base.m4 | awk -v filename=base.m4 '/^#line/ {printf("`line %s %d 0\n", filename, $$2); next} {print}' > base.v
2023-03-15 02:29:19 -04:00
lint: base.v
verilator --lint-only base.v -I../spi -I../control_loop -I../waveform