]>
Commit | Line | Data |
---|---|---|
62946980 | 1 | PROJECT := dhwk |
377c0242 | 2 | |
12bc1626 | 3 | dhwk_all: ip all |
4 | ||
5 | ip: icon.edn ila.edn fifo_generator_v3_2.ngc | |
6 | ||
7 | icon.edn: icon.arg | |
8 | $(CHIPSCOPE)/bin/lin/generate.sh icon -f=$< | |
9 | ||
10 | ila.edn: ila.arg | |
11 | $(CHIPSCOPE)/bin/lin/generate.sh ila -f=$< | |
12 | ||
13 | fifo_generator_v3_2.ngc: fifo_generator_v3_2.xco | |
14 | coregen -b $< | |
15 | ||
377c0242 | 16 | include ../common/Makefile.common |