Ignore:
Timestamp:
Jun 10, 2014, 2:27:17 PM (10 years ago)
Author:
alain
Message:

Remove hard-coded xml mappings (replaced by genmap tool,
for dynamic generation of map.bin / map.xml / hard_config and giet_vsegs.ld files).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_python/mapping.py

    r319 r326  
    11801180        s += '\n'
    11811181
    1182         s += '/* physical base addresses for identity mapped boot vsegs */\n'
     1182        s += '/* physical base addresses for identity mapped vsegs */\n'
     1183        s += '/* used by the GietVM OS                             */\n'
    11831184        s += '\n'
    11841185        s += '#define SEG_BOOT_MAPPING_BASE  0x%x\n'  % boot_mapping_base
Note: See TracChangeset for help on using the changeset viewer.