Last change
on this file since 903 was
890,
checked in by cfuguet, 10 years ago
|
reconf: improve the onerun.py script in the tsar_generic_iob
- Now, this module defines a run function which can be either called
by the onerun's main function or by another module, if it has been
imported.
- Faulty cores are now passed as an argument. For each faulty core,
pass the argument -fc X Y L, where X Y L are the core's coordinates.
- Faulty routers are now passed as a pair X Y instead of XY integer.
For each faulty router, pass the argument -fr X Y. This modification
affects both, the top.cpp and onerun.py files.
|
-
Property svn:executable set to
*
|
File size:
372 bytes
|
Line | |
---|
1 | TAGS := cscope.out |
---|
2 | |
---|
3 | all: simul.x |
---|
4 | tags: $(TAGS) |
---|
5 | |
---|
6 | simul.x: top.cpp top.desc |
---|
7 | soclib-cc -P -p top.desc -I. -o simul.x |
---|
8 | |
---|
9 | $(TAGS): top.desc |
---|
10 | soclib-cc -p $< --tags --tags-type=cscope --tags-output=$@ |
---|
11 | |
---|
12 | clean: |
---|
13 | soclib-cc -x -p top.desc -I. |
---|
14 | rm -rf *.o *.x tty* term* |
---|
15 | |
---|
16 | distclean: clean |
---|
17 | rm -f $(TAGS) hard_config.h |
---|
18 | find . -name "*.pyc" -exec rm -f {} \; |
---|
19 | |
---|
20 | .PHONY: simul.x $(TAGS) |
---|
21 | |
---|
Note: See
TracBrowser
for help on using the repository browser.