Created Makefile to manage IP generation.

This commit is contained in:
Ross Thompson 2021-11-29 18:32:51 -06:00
parent 51807379a8
commit a528a86607
6 changed files with 13 additions and 0 deletions

1
.gitignore vendored
View File

@ -35,3 +35,4 @@ tests/linux-testgen/buildroot-config-src/linux.config.old
tests/linux-testgen/buildroot-config-src/busybox.config.old tests/linux-testgen/buildroot-config-src/busybox.config.old
wally-pipelined/regression/slack-notifier/slack-webhook-url.txt wally-pipelined/regression/slack-notifier/slack-webhook-url.txt
wally-pipelined/regression/logs wally-pipelined/regression/logs
fpga/generator/IP

12
fpga/generator/Makefile Normal file
View File

@ -0,0 +1,12 @@
dst := IP
all: $(dst)/xlnx_proc_sys_reset.log \
$(dst)/xlnx_ddr4.log \
$(dst)/xlnx_axi_clock_converter.log \
$(dst)/xlnx_ahblite_axi_bridge.log
$(dst)/%.log: %.tcl
mkdir -p IP
cd IP;\
vivado -mode batch -source ../$*.tcl | tee $*.log