source: branches/reconfiguration/platforms/tsar_generic_iob/Makefile @ 904

Last change on this file since 904 was 904, checked in by cfuguet, 9 years ago

reconf: any router in any NoC can be faulty. Moreover, each NoC has its
own config register in the XICU.

  • Property svn:executable set to *
File size: 450 bytes
Line 
1TAGS := cscope.out
2
3SOCLIB_CC_ARGS :=
4SOCLIB_CC_ARGS += "-b caba:reconf:vci_xicu"
5
6all: simul.x
7tags: $(TAGS)
8
9simul.x: top.cpp top.desc
10        soclib-cc $(SOCLIB_CC_ARGS) -p top.desc -I. -o simul.x
11
12$(TAGS): top.desc
13        soclib-cc -p $< --tags --tags-type=cscope --tags-output=$@
14
15clean:
16        soclib-cc -x -p top.desc -I.
17        rm -rf *.o *.x tty* term*
18
19distclean: clean
20        rm -f $(TAGS) hard_config.h
21        find . -name "*.pyc" -exec rm -f {} \;
22
23.PHONY: simul.x $(TAGS)
24
Note: See TracBrowser for help on using the repository browser.