Changes between Version 10 and Version 11 of MjpegCourse/VgmnNoirqMono


Ignore:
Timestamp:
Oct 16, 2009, 8:36:16 AM (15 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MjpegCourse/VgmnNoirqMono

    v10 v11  
    4444#       tg = dsx.TaskModel.getByName('tg').getImpl(soclib.HwTask)
    4545#        # La création nous retourne les deux composants crées.
    46 #       ctrl, coproc = tg.instanciate(arch, 'tg0')
     46#       ctrl, coproc = tg.instanciate(pf, 'tg0')
    4747#        # Il reste à donner une adresse au controlleur, et le connecter
    4848#        # à l'interconnect (attention il a deux ports)
     
    5353#        # pareil avec ramdac
    5454#       ramdac = dsx.TaskModel.getByName('ramdac').getImpl(soclib.HwTask)
    55 #       ctrl, coproc = ramdac.instanciate(arch, 'ramdac0')
     55#       ctrl, coproc = ramdac.instanciate(pf, 'ramdac0')
    5656#       ctrl.addSegment('ramdac_ctrl', 0x71400000, 0x100, False)
    5757#       ctrl.vci_initiator // vgmn.to_initiator.new()
     
    6969
    7070        tty = pf.create('caba:vci_multi_tty', 'tty0', names = ['tty0'])
    71         tty.addSegment('tty0', 0x90000000, 0x20, False)
     71        tty.addSegment('tty0', 0x90400000, 0x20, False)
    7272        tty.vci // vgmn.to_target.new()
    7373