Ignore:
Timestamp:
Sep 29, 2014, 2:42:37 PM (10 years ago)
Author:
alain
Message:

Fixing bugs in linux_dts generator.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_python/genmap

    r411 r421  
    9898                   help = 'map the "convol" application for the GietVM' )
    9999
     100parser.add_option( '--router', action = 'store_true', dest = 'router',     
     101                   default = False,
     102                   help = 'map the "router" application for the GietVM' )
     103
    100104######################################################################################
    101105#   Get command line arguments
Note: See TracChangeset for help on using the changeset viewer.