Last change
on this file since 996 was
994,
checked in by cfuguet, 10 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
|
Rev | Line | |
---|
[994] | 1 | TAGS := cscope.out |
---|
| 2 | #SOCLIB_ARGS='--type=envsystemc' |
---|
| 3 | |
---|
| 4 | all: simul.x |
---|
| 5 | tags: $(TAGS) |
---|
| 6 | |
---|
| 7 | simul.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 | |
---|
| 13 | clean: |
---|
| 14 | soclib-cc $(SOCLIB_ARGS) x -p top.desc -I. |
---|
| 15 | rm -rf *.o *.x tty* term* |
---|
| 16 | |
---|
| 17 | distclean: clean |
---|
| 18 | rm -rf logs |
---|
| 19 | |
---|
| 20 | .PHONY: simul.x $(TAGS) |
---|
| 21 | |
---|
Note: See
TracBrowser
for help on using the repository browser.