Changes between Version 4 and Version 5 of DsxTaskModel
- Timestamp:
- Sep 8, 2006, 12:36:00 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DsxTaskModel
v4 v5 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 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.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. 63 63 64 64 {{{ … … 70 70 stack_size = 1024, 71 71 sources = [ 'src/idct.c' ] ), 72 Virtual()72 Synthetic() 73 73 ] ) 74 74 }}}