Changes between Version 5 and Version 6 of DsxTaskModel
- Timestamp:
- Mar 15, 2007, 12:56:42 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DsxTaskModel
v5 v6 60 60 61 61 This 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.62 If 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. 63 63 64 64 {{{ … … 70 70 stack_size = 1024, 71 71 sources = [ 'src/idct.c' ] ), 72 Synthetic ()72 SyntheticTask() 73 73 ] ) 74 74 }}}