Changes between Version 11 and Version 12 of MjpegCourse/Monopro
- Timestamp:
- Feb 27, 2008, 12:46:20 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MjpegCourse/Monopro
v11 v12 167 167 168 168 # Embedded software linked with the Mutek/S OS 169 # SystemC simulator for the hardware architecture at Cycle Accurate/Bit Accurate abstraction level170 169 171 170 mapper.generate( MutekS() ) … … 173 172 # The software application for a POSX workstation can still be generated 174 173 175 posix = Posix() 176 tcg.generate(posix) 174 tcg.generate( Posix() ) 177 175 178 176 }}}