fix compile by adding SPI makefile

This commit is contained in:
Peter McGoron 2024-02-26 04:11:09 +00:00
parent 6b9e594b50
commit 3dd64034d2
2 changed files with 10 additions and 4 deletions

View File

@ -3,11 +3,10 @@
# For license terms, refer to the files in `doc/copying` in the Upsilon
# source distribution.
all:
echo "dummy"
all: make_spi
#make_spi:
# cd spi && make codegen
make_spi:
cd spi && make codegen
#make_bram:

View File

@ -0,0 +1,7 @@
include ../common.makefile
.PHONY: codegen
codegen: spi_master_preprocessed.v
clean:
rm spi_master_preprocessed.v