Ignore:
Timestamp:
Jan 20, 2015, 5:20:39 PM (9 years ago)
Author:
cfuguet
Message:

genmap: add distributed ROM support

  • Generate the DROM address space segment that is used for the TSAR reconfiguration distributed ROM.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_xml/mapping_info.h

    r470 r491  
    115115    PERIPH_TYPE_XCU       = 12,
    116116    PERIPH_TYPE_PIC       = 13,
    117 
    118     PERIPH_TYPE_MAX_VALUE = 14,
     117    PERIPH_TYPE_DROM      = 14,
     118
     119    PERIPH_TYPE_MAX_VALUE = 15,
    119120};
    120121
Note: See TracChangeset for help on using the changeset viewer.