Ignore:
Timestamp:
Mar 26, 2015, 5:49:04 PM (9 years ago)
Author:
cfuguet
Message:

update arch.py to comply to the new genmap addPeriph() definition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/tsar_mono_fpga/arch.py

    r957 r958  
    160160    xcu = mapping.addPeriph( 'XCU', base = xcu_base, size = xcu_size,
    161161                             ptype = 'XCU', channels = nb_procs * irq_per_proc,
    162                              arg = 16 )
     162                             arg0 = 16, arg1 = 16, arg2 = 16 )
    163163
    164164    mmc = mapping.addPeriph( 'MMC', base = mmc_base, size = mmc_size,
     
    183183
    184184    fbf = mapping.addPeriph( 'FBF', base = fbf_base, size = fbf_size,
    185                              ptype = 'FBF', arg = fbf_width )
     185                             ptype = 'FBF', arg0 = fbf_width , arg1 = fbf_width)
    186186
    187187    ###################################
Note: See TracChangeset for help on using the changeset viewer.