Changes between Version 4 and Version 5 of DsxTaskModel


Ignore:
Timestamp:
Sep 8, 2006, 12:36:00 PM (18 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DsxTaskModel

    v4 v5  
    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 Virtual() 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 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.
    6363
    6464{{{
     
    7070                         stack_size = 1024,
    7171                         sources = [ 'src/idct.c' ] ),
    72                  Virtual()
     72                 Synthetic()
    7373               ] )
    7474}}}