Changes between Version 7 and Version 8 of MjpegCourse/ClusteredNoirqMulti


Ignore:
Timestamp:
Oct 27, 2009, 11:11:41 AM (15 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MjpegCourse/ClusteredNoirqMulti

    v7 v8  
    3737                base = 0x10000000*(1+no)+0x1000000*i
    3838                ram.addSegment('cram%d_%d'%(no,i), base, 0x100000, True)
    39                 ram.addSegment('uram%d_%d'%(no,i), base + 0x200000, 0x100000, False)
     39                ram.addSegment('uram%d_%d'%(no,i), base + 0x400000, 0x100000, False)
    4040                ram.vci // crossbar.to_target.new()
    4141                if i == 0 and no == 0:
     
    8585                vgmn.to_initiator.new() // lc.initiator_to_up
    8686                vgmn.to_target.new() // lc.target_to_up
     87                # si cluster == 0
     88                #   ajouter tg a l'adresse 0x16400000
     89                # si cluster == 3
     90                #   ajouter ramdac a l'adresse 0x46400000
    8791
    8892        tty = arch.create('caba:vci_multi_tty', 'tty', names = ['tty0'])
    89         tty.addSegment('tty', 0x95000000, 0x20, False)
     93        tty.addSegment('tty', 0x95400000, 0x10, False)
    9094        tty.vci // lc.to_target.new()
    9195