source: branches/reconfiguration/modules/dspin_router/caba/test/synthetic_test/Makefile @ 994

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

reconf: modify the broadcast routing function to support holes in the
mesh.

  • Add a test platform in dspin_router directory that validates the introduced modifications.
  • Property svn:executable set to *
File size: 378 bytes
Line 
1TAGS := cscope.out
2#SOCLIB_ARGS='--type=envsystemc'
3
4all: simul.x
5tags: $(TAGS)
6
7simul.x: top.cpp top.desc
8        soclib-cc $(SOCLIB_ARGS) -P -p top.desc -I. -o simul.x
9
10$(TAGS): top.desc
11        soclib-cc -p $< --tags --tags-type=cscope --tags-output=$@
12
13clean:
14        soclib-cc $(SOCLIB_ARGS) x -p top.desc -I.
15        rm -rf *.o *.x tty* term*
16
17distclean: clean
18        rm -rf logs
19
20.PHONY: simul.x $(TAGS)
21
Note: See TracBrowser for help on using the repository browser.