]> git.zerfleddert.de Git - raggedstone/blob - dhwk/Makefile
perl -p -i -e "s/PCI_CLOCK'event and PCI_CLOCK = '1'/rising_edge(PCI_CLOCK)/" *.vhd
[raggedstone] / dhwk / Makefile
1 PROJECT := dhwk
2 CLEANFILES := dhwk_fifo* fifo_generator_* param.opt
3
4 dhwk_all: ip all
5
6 ip: icon.edn ila.edn dhwk_fifo.ngc
7
8 icon.edn: icon.arg
9 $(CHIPSCOPE)/bin/lin/generate.sh icon -f=$<
10
11 ila.edn: ila.arg
12 $(CHIPSCOPE)/bin/lin/generate.sh ila -f=$<
13
14 dhwk_fifo.ngc: fifo.xco
15 coregen -b $<
16 -rmdir -p tmp/_cg
17
18 include ../common/Makefile.common
Impressum, Datenschutz