Changes between Version 5 and Version 6 of DsxTaskModel


Ignore:
Timestamp:
Mar 15, 2007, 12:56:42 PM (17 years ago)
Author:
Nicolas Pouillon
Comment:

Update doc

Legend:

Unmodified
Added
Removed
Modified
  • DsxTaskModel

    v5 v6  
    6060
    6161This kind if virtualization is only available for SystemC simulation (ie not VHDL), and you must have defined a software implementation.
    62 If your task has a Synthetic() declaration and an HwTask at the same time, the implementation chosen by DSX for simulation purposes will be unpredictable, you should avoid such situations.
     62If your task has a SyntheticTask() declaration and an HwTask at the same time, the implementation chosen by DSX for simulation purposes will be unpredictable, you should avoid such situations.
    6363
    6464{{{
     
    7070                         stack_size = 1024,
    7171                         sources = [ 'src/idct.c' ] ),
    72                  Synthetic()
     72                 SyntheticTask()
    7373               ] )
    7474}}}