Changeset 979 for trunk/platforms
- Timestamp:
- Apr 16, 2015, 12:41:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/platforms/tsar_generic_iob/arch.py
r975 r979 76 76 irq_per_proc = 4 77 77 peri_increment = 0x10000 78 mwr_type = ' CPY'78 mwr_type = 'GCD' 79 79 80 80 ### constructor parameters checking … … 221 221 arg0 = 32, arg1 = 32, arg2 = 32 ) 222 222 223 m apping.addPeriph( 'MMC', base = mmc_base + offset,224 size = mmc_size, ptype = 'MMC' )223 mmc = mapping.addPeriph( 'MMC', base = mmc_base + offset, 224 size = mmc_size, ptype = 'MMC' ) 225 225 226 226 if ( mwr_type == 'GCD' ):
Note: See TracChangeset
for help on using the changeset viewer.