| Last change
                  on this file since 904 was
                  904,
                  checked in by cfuguet, 11 years ago | 
        
          | 
reconf: any router in any NoC can be faulty. Moreover, each NoC has itsown config register in the XICU.
 
 | 
        
          | 
              
                  Property svn:executable set to
                  * | 
        | File size:
            450 bytes | 
      
      
        
  | Line |  | 
|---|
| 1 | TAGS := cscope.out | 
|---|
| 2 |  | 
|---|
| 3 | SOCLIB_CC_ARGS := | 
|---|
| 4 | SOCLIB_CC_ARGS += "-b caba:reconf:vci_xicu" | 
|---|
| 5 |  | 
|---|
| 6 | all: simul.x | 
|---|
| 7 | tags: $(TAGS) | 
|---|
| 8 |  | 
|---|
| 9 | simul.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 |  | 
|---|
| 15 | clean: | 
|---|
| 16 | soclib-cc -x -p top.desc -I. | 
|---|
| 17 | rm -rf *.o *.x tty* term* | 
|---|
| 18 |  | 
|---|
| 19 | distclean: 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.