aboutsummaryrefslogtreecommitdiff
path: root/basys3/basys3.srcs/makefile
blob: d37593ccebc969dc35f6cd94211409af75cf9d0b (plain)
1
2
3
4
5
6
7
8
all: ppu_tb.vhd spi_tb.vhd

ppu_tb.vhd: ppu_tb.vhd.m4 ../../test/ppu-stm-integration-demo/test-image-ppu.tb.vhd
spi_tb.vhd: spi_tb.vhd.m4 ../../test/ppu-stm-integration-demo/test-image-spi.tb.vhd

%.vhd: %.vhd.m4
	m4 -I../../test/ppu-stm-integration-demo/ $< > $@