Skip to content

Commit 347fcbe

Browse files
committed
fixes leftover debug logging and typo
1 parent 2fcc770 commit 347fcbe

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/sysc/scc/cci_param_restricted.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ template <typename T, cci::cci_param_mutable_type TM = cci::CCI_MUTABLE_PARAM> s
203203
*
204204
* @param name Name of the parameter
205205
* @param default_value Default value of the parameter (Typed value)
206-
* @param restr Restriction to apply, will be checked befor every write
206+
* @param restr Restriction to apply, will be checked before every write
207207
* @param desc Description of the parameter
208208
* @param name_type Either the name should be absolute or relative
209209
* @param originator Originator of the parameter

src/sysc/tlm/nw/scv/tlm_recorder.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,6 @@ template <typename TYPES> void tlm_recorder<TYPES>::nbtx_cb(tlm_recording_payloa
581581
SCVNS scv_tr_handle h;
582582
std::unordered_map<uint64_t, SCVNS scv_tr_handle>::iterator it;
583583
auto cmd = static_cast<unsigned>(rec_parts.get_command());
584-
SCCTRACEALL(fixed_basename) << "Receive timed tx with phase " << phase.get_name() << " and id 0x" << rec_parts.id << " and cmd " << cmd;
585584
if(phase == tlm::nw::REQUEST) {
586585
h = nb_trTimedHandle[REQ]->begin_transaction(rel_str(tlm::scc::scv::PARENT_CHILD), rec_parts.parent);
587586
record(h, rec_parts);

0 commit comments

Comments
 (0)