We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1036999 commit 1f37f25Copy full SHA for 1f37f25
modules/communication/src/img_initiator.cpp
@@ -3,7 +3,7 @@
3
#ifndef IMG_INITIATOR_CPP
4
#define IMG_INITIATOR_CPP
5
6
-#include "tlm_transaction.cpp"
+// #include "tlm_transaction.cpp"
7
#include "transaction_memory_manager.cpp"
8
9
#include "systemc.h"
@@ -229,4 +229,4 @@ struct img_initiator: sc_module
229
}
230
} ;
231
232
-#endif
+#endif
modules/communication/src/sobel_edge_detector_tlm.cpp
@@ -11,7 +11,7 @@ using namespace std;
11
#include "tlm_utils/peq_with_cb_and_phase.h"
12
13
#include "sobel_edge_detector_tlm.hpp"
14
15
16
void sobel_edge_detector_tlm::do_when_read_transaction(unsigned char*& data){
17
int sobel_results[2];
0 commit comments