]> git.zerfleddert.de Git - raggedstone/blob - ethernet/Makefile
Update ChipScope coregeneration to coregen as used in ISE Design Suite 10.1
[raggedstone] / ethernet / Makefile
1 PROJECT := ethernet
2 CLEANFILES := param.opt icon.vhd icon.vho icon_flist.txt icon_readme.txt icon_xmdf.tcl ila.vhd ila.vho ila_flist.txt ila_readme.txt ila_xmdf.tcl
3
4 ethernet_all: ip all
5
6 ip: icon.ngc ila.ngc
7
8 icon.ngc: icon.xco
9 coregen -b $<
10 -rmdir -p tmp/_cg
11
12 ila.ngc: ila.xco
13 coregen -b $<
14 -rmdir -p tmp/_cg
15
16 include ../common/Makefile.common
Impressum, Datenschutz