Changeset 955
- Timestamp:
- Mar 10, 2015, 2:02:07 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/platforms/tsar_generic_iob/arch.py
r946 r955 216 216 xcu = mapping.addPeriph( 'XCU', base = xcu_base + offset, 217 217 size = xcu_size, ptype = 'XCU', 218 channels = nb_procs * irq_per_proc, arg = 32 ) 218 channels = nb_procs * irq_per_proc, 219 arg0 = 32, arg1 = 32, arg2 = 32, arg3 = 16 ) 219 220 220 221 mapping.addIrq( xcu, index = 0, isrtype = 'ISR_MMC' ) … … 246 247 247 248 fbf = mapping.addPeriph( 'FBF', base = fbf_base + offset, size = fbf_size, 248 ptype = 'FBF', arg = fbf_width )249 ptype = 'FBF', arg0 = fbf_width, arg1 = fbf_width ) 249 250 250 251 rom = mapping.addPeriph( 'ROM', base = rom_base + offset, size = rom_size,
Note: See TracChangeset
for help on using the changeset viewer.