diff options
| author | Mahmoud <[email protected]> | 2019-06-27 18:15:28 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2019-06-27 18:15:28 -0400 |
| commit | b40c38d7e4d711b818718ae6e291ce6c108392ec (patch) | |
| tree | 0c4b63f2ba31391c52d0b17c3613087dec3c1744 /src/intersim2/routers | |
| parent | 44ba06730c4e14681eb285e01930148fdd8fabbb (diff) | |
fixing the booksim id buffer flip assertion
Diffstat (limited to 'src/intersim2/routers')
| -rw-r--r-- | src/intersim2/routers/iq_router.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intersim2/routers/iq_router.cpp b/src/intersim2/routers/iq_router.cpp index d97f485..7dffb3a 100644 --- a/src/intersim2/routers/iq_router.cpp +++ b/src/intersim2/routers/iq_router.cpp @@ -306,7 +306,7 @@ bool IQRouter::_ReceiveFlits( ) if(f->watch) { *gWatchOut << GetSimTime() << " | " << FullName() << " | " - << "Received flit " << f->id + << "Received flit " << (unsigned) f->id << " from channel at input " << input << "." << endl; } |
