Changeset 468 for soft/giet_vm/giet_libs/mwmr_channel.c
- Timestamp:
- Dec 12, 2014, 5:06:18 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_libs/mwmr_channel.c
r461 r468 18 18 { 19 19 20 #if GIET_DEBUG_ MWMR20 #if GIET_DEBUG_USER_MWMR 21 21 unsigned int x; 22 22 unsigned int y; … … 45 45 { 46 46 47 #if GIET_DEBUG_ MWMR47 #if GIET_DEBUG_USER_MWMR 48 48 unsigned int x; 49 49 unsigned int y; … … 84 84 mwmr->ptw = ptw; 85 85 86 #if GIET_DEBUG_ MWMR86 #if GIET_DEBUG_USER_MWMR 87 87 giet_shr_printf("\n[MWMR DEBUG] Proc[%d,%d,%d] writes %d words in fifo %x : sts = %d\n", 88 88 x, y, lpid, nwords, (unsigned int)mwmr, mwmr->sts ); … … 109 109 mwmr->ptw = ptw; 110 110 111 #if GIET_DEBUG_ MWMR111 #if GIET_DEBUG_USER_MWMR 112 112 giet_shr_printf("\n[MWMR DEBUG] Proc[%d,%d,%d] writes %d words in fifo %x : sts = %d\n", 113 113 x, y, lpid, nwords, (unsigned int)mwmr, mwmr->sts ); … … 127 127 { 128 128 129 #if GIET_DEBUG_ MWMR129 #if GIET_DEBUG_USER_MWMR 130 130 unsigned int x; 131 131 unsigned int y; … … 164 164 mwmr->ptr = ptr; 165 165 166 #if GIET_DEBUG_ MWMR166 #if GIET_DEBUG_USER_MWMR 167 167 giet_shr_printf("\n[MWMR DEBUG] Proc[%d,%d,%d] read %d words in fifo %x : sts = %d\n", 168 168 x, y, lpid, nwords, (unsigned int)mwmr, mwmr->sts ); … … 175 175 { 176 176 177 #if GIET_DEBUG_ MWMR177 #if GIET_DEBUG_USER_MWMR 178 178 giet_shr_printf("\n[MWMR DEBUG] Proc[%d,%d,%d] read nothing in fifo %x : sts = %d\n", 179 179 x, y, lpid, (unsigned int)mwmr, mwmr->sts ); … … 195 195 mwmr->ptr = ptr; 196 196 197 #if GIET_DEBUG_ MWMR197 #if GIET_DEBUG_USER_MWMR 198 198 giet_shr_printf("\n[MWMR DEBUG] Proc[%d,%d,%d] read %d words in fifo %x : sts = %d\n", 199 199 x, y, lpid, nwords, (unsigned int)mwmr, mwmr->sts ); … … 213 213 { 214 214 215 #if GIET_DEBUG_ MWMR215 #if GIET_DEBUG_USER_MWMR 216 216 unsigned int x; 217 217 unsigned int y; … … 254 254 mwmr->sts = sts + nwords; 255 255 256 #if GIET_DEBUG_ MWMR256 #if GIET_DEBUG_USER_MWMR 257 257 giet_shr_printf("\n[MWMR DEBUG] Proc[%d,%d,%d] writes %d words in fifo %x : sts = %d\n", 258 258 x, y, lpid, nwords, (unsigned int)mwmr, mwmr->sts ); … … 280 280 items = items - (nwords/width); 281 281 282 #if GIET_DEBUG_ MWMR282 #if GIET_DEBUG_USER_MWMR 283 283 giet_shr_printf("\n[MWMR DEBUG] Proc[%d,%d,%d] writes %d words in fifo %x : sts = %d\n", 284 284 x, y, lpid, nwords, (unsigned int)mwmr, mwmr->sts ); … … 300 300 { 301 301 302 #if GIET_DEBUG_ MWMR302 #if GIET_DEBUG_USER_MWMR 303 303 unsigned int x; 304 304 unsigned int y; … … 339 339 mwmr->ptr = ptr; 340 340 341 #if GIET_DEBUG_ MWMR341 #if GIET_DEBUG_USER_MWMR 342 342 giet_shr_printf("\n[MWMR DEBUG] Proc[%d,%d,%d] read %d words in fifo %x : sts = %d\n", 343 343 x, y, lpid, nwords, (unsigned int)mwmr, mwmr->sts ); … … 365 365 items = items - (nwords/width); 366 366 367 #if GIET_DEBUG_ MWMR367 #if GIET_DEBUG_USER_MWMR 368 368 giet_shr_printf("\n[MWMR DEBUG] Proc[%d,%d,%d] read %d words in fifo %x : sts = %d\n", 369 369 x, y, lpid, nwords, (unsigned int)mwmr, mwmr->sts );
Note: See TracChangeset
for help on using the changeset viewer.