diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-03-30 17:00:05 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-03-30 17:00:05 +0200 |
commit | fa296fbc6fe1c423932189116bd0cb949de0beef (patch) | |
tree | fc7de2beb8c06e1e244caf0ca201d03c690b657e /basys3/basys3.srcs/makefile | |
parent | 6292c1101121bc8ba2db752cab3cbe41469b29d0 (diff) |
spi not working on hardware
Diffstat (limited to 'basys3/basys3.srcs/makefile')
-rw-r--r-- | basys3/basys3.srcs/makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/basys3/basys3.srcs/makefile b/basys3/basys3.srcs/makefile index 61fab40..d37593c 100644 --- a/basys3/basys3.srcs/makefile +++ b/basys3/basys3.srcs/makefile @@ -1,4 +1,7 @@ -ppu_tb.vhd: ppu_tb.vhd.m4 ../../test/ppu-stm-integration-demo/test-image.tb.vhd +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/ $< > $@ |