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