Changes between Version 12 and Version 13 of MjpegCourse/Monopro
- Timestamp:
- Feb 29, 2008, 5:34:51 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MjpegCourse/Monopro
v12 v13 124 124 mapper = Mapper(archi, tcg) 125 125 126 # mapping the MWMR channel 127 128 mapper.map( mapper.tcg["fifo"], 129 buffer = "cram1", 130 status = "cram1", 131 desc = "cram1") 132 126 133 # mapping the "prod0" and "cons0" tasks 127 134 … … 137 144 desc = "cram0", 138 145 status = "uram0") 139 140 # mapping the MWMR channel141 142 mapper.map( mapper.tcg["fifo"],143 status = "cram1",144 desc = "cram1")145 146 146 147 # mapping the software objects associated to a processor