Changes between Version 2 and Version 3 of MwmrCoprocCreation


Ignore:
Timestamp:
Mar 17, 2009, 4:28:22 PM (15 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MwmrCoprocCreation

    v2 v3  
    7878
    7979{{{
     80import dsx
     81import soclib
     82
     83# ....
     84
    8085    # The helper function needs the task implementation: get the task model
    8186    idct = dsx.TaskModel.getByName('hw_idct').getImpl(soclib.HwTask)
     
    102107
    103108{{{
    104 tcg = Tcg(
     109import dsx
     110
     111# ....
     112
     113tcg = dsx.Tcg(
    105114    ....
    106     Task( 'idct0', 'hw_idct', ... ),
     115    dsx.Task( 'idct0', 'hw_idct', ... ),
    107116    ....
    108117    )