]>
Commit | Line | Data |
---|---|---|
e00b64cc | 1 | PROJECT := ethernet |
40a64bf1 | 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 |
e00b64cc | 3 | |
c8b3e197 | 4 | ethernet_all: ip all |
5 | ||
40a64bf1 | 6 | ip: icon.ngc ila.ngc |
c8b3e197 | 7 | |
40a64bf1 MG |
8 | icon.ngc: icon.xco |
9 | coregen -b $< | |
10 | -rmdir -p tmp/_cg | |
c8b3e197 | 11 | |
40a64bf1 MG |
12 | ila.ngc: ila.xco |
13 | coregen -b $< | |
14 | -rmdir -p tmp/_cg | |
c8b3e197 | 15 | |
e00b64cc | 16 | include ../common/Makefile.common |