File tree Expand file tree Collapse file tree 3 files changed +63
-58
lines changed Expand file tree Collapse file tree 3 files changed +63
-58
lines changed Original file line number Diff line number Diff line change @@ -149,9 +149,9 @@ struct img_initiator: sc_module
149
149
}
150
150
151
151
// Wait for response transaction
152
- if (transaction->get_command () == tlm::TLM_READ_COMMAND) {
153
- wait (transaction_received_e);
154
- }
152
+ // if (transaction->get_command() == tlm::TLM_READ_COMMAND) {
153
+ wait (transaction_received_e);
154
+ // }
155
155
// -----------DEBUG-----------
156
156
dbgmodprint (" [DEBUG1] Reading at Initiator: " );
157
157
for (int i = 0 ; i < transaction->get_data_length ()/sizeof (int ); ++i){
Original file line number Diff line number Diff line change @@ -115,12 +115,7 @@ struct img_router: sc_module
115
115
}
116
116
117
117
// To/From Memory Valid addresses
118
- case IMG_INPUT:
119
- case IMG_INPROCESS_A:
120
- case IMG_INPROCESS_B:
121
- case IMG_INPROCESS_C:
122
- case IMG_INPROCESS_D:
123
- case IMG_COMPRESSED: {
118
+ case MEM_START ... MEM_FINISH : {
124
119
dbgmodprint (" Decoded address %08X corresponds to Memory." , address);
125
120
return IMG_MEMORY_INITIATOR_ID;
126
121
}
You can’t perform that action at this time.
0 commit comments