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
RevLine 
[756]1TAGS := cscope.out
2
[904]3SOCLIB_CC_ARGS :=
4SOCLIB_CC_ARGS += "-b caba:reconf:vci_xicu"
5
[756]6all: simul.x
7tags: $(TAGS)
8
[747]9simul.x: top.cpp top.desc
[904]10        soclib-cc $(SOCLIB_CC_ARGS) -p top.desc -I. -o simul.x
[747]11
[756]12$(TAGS): top.desc
13        soclib-cc -p $< --tags --tags-type=cscope --tags-output=$@
14
[747]15clean:
16        soclib-cc -x -p top.desc -I.
17        rm -rf *.o *.x tty* term*
18
[776]19distclean: clean
[890]20        rm -f $(TAGS) hard_config.h
[776]21        find . -name "*.pyc" -exec rm -f {} \;
22
[756]23.PHONY: simul.x $(TAGS)
[747]24
Note: See TracBrowser for help on using the repository browser.