Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
ip: add IP-XACT files
Browse files Browse the repository at this point in the history
  • Loading branch information
bwitherspoon committed Sep 30, 2016
1 parent 00fda2e commit b804afc
Show file tree
Hide file tree
Showing 4 changed files with 986 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ip/Makefile
@@ -0,0 +1,7 @@
all:
vivado -mode batch -source ip.tcl -nolog -nojournal

clean:
find . -maxdepth 1 -not -name "Makefile" -not -name "." -not -name "ip.tcl" -not -name "component.xml" -not -name "xgui" -exec rm -rf {} \;

.PHONY: all clean

0 comments on commit b804afc

Please sign in to comment.