Skip to content

Commit 1f37f25

Browse files
jgavillalobosErickOF
authored andcommitted
Fix compilation issue with missing file
1 parent 1036999 commit 1f37f25

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/communication/src/img_initiator.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#ifndef IMG_INITIATOR_CPP
44
#define IMG_INITIATOR_CPP
55

6-
#include "tlm_transaction.cpp"
6+
// #include "tlm_transaction.cpp"
77
#include "transaction_memory_manager.cpp"
88

99
#include "systemc.h"
@@ -229,4 +229,4 @@ struct img_initiator: sc_module
229229
}
230230
} ;
231231

232-
#endif
232+
#endif

modules/communication/src/sobel_edge_detector_tlm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ using namespace std;
1111
#include "tlm_utils/peq_with_cb_and_phase.h"
1212

1313
#include "sobel_edge_detector_tlm.hpp"
14-
#include "tlm_transaction.cpp"
14+
// #include "tlm_transaction.cpp"
1515

1616
void sobel_edge_detector_tlm::do_when_read_transaction(unsigned char*& data){
1717
int sobel_results[2];

0 commit comments

Comments
 (0)