Changes between Version 11 and Version 12 of MjpegCourse/Monopro


Ignore:
Timestamp:
Feb 27, 2008, 12:46:20 PM (16 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MjpegCourse/Monopro

    v11 v12  
    167167
    168168# Embedded software linked with the Mutek/S OS
    169 # SystemC simulator for the hardware architecture at Cycle Accurate/Bit Accurate abstraction level
    170169
    171170mapper.generate( MutekS() )
     
    173172# The software application for a POSX workstation can still be generated
    174173
    175 posix = Posix()
    176 tcg.generate(posix)
     174tcg.generate( Posix() )
    177175
    178176}}}