mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-02 09:45:18 +00:00
Created Makefile to manage IP generation.
This commit is contained in:
parent
84116a756e
commit
1117b90f40
1
.gitignore
vendored
1
.gitignore
vendored
@ -35,3 +35,4 @@ tests/linux-testgen/buildroot-config-src/linux.config.old
|
||||
tests/linux-testgen/buildroot-config-src/busybox.config.old
|
||||
wally-pipelined/regression/slack-notifier/slack-webhook-url.txt
|
||||
wally-pipelined/regression/logs
|
||||
fpga/generator/IP
|
||||
|
12
fpga/generator/Makefile
Normal file
12
fpga/generator/Makefile
Normal 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
|
Loading…
Reference in New Issue
Block a user