Changes between Version 7 and Version 8 of MjpegCourse/ClusteredNoirqMulti
- Timestamp:
- Oct 27, 2009, 11:11:41 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MjpegCourse/ClusteredNoirqMulti
v7 v8 37 37 base = 0x10000000*(1+no)+0x1000000*i 38 38 ram.addSegment('cram%d_%d'%(no,i), base, 0x100000, True) 39 ram.addSegment('uram%d_%d'%(no,i), base + 0x 200000, 0x100000, False)39 ram.addSegment('uram%d_%d'%(no,i), base + 0x400000, 0x100000, False) 40 40 ram.vci // crossbar.to_target.new() 41 41 if i == 0 and no == 0: … … 85 85 vgmn.to_initiator.new() // lc.initiator_to_up 86 86 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 87 91 88 92 tty = arch.create('caba:vci_multi_tty', 'tty', names = ['tty0']) 89 tty.addSegment('tty', 0x95 000000, 0x20, False)93 tty.addSegment('tty', 0x95400000, 0x10, False) 90 94 tty.vci // lc.to_target.new() 91 95