Skip to content

Commit

Permalink
removes ambiguity
Browse files Browse the repository at this point in the history
  • Loading branch information
eyck committed Sep 27, 2022
1 parent 92a1842 commit 452e3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/scc/register.h
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ class sc_register : public sc_core::sc_object, public resource_access_if, public
*
* @param trf the trace file
*/
void trace(sc_core::sc_trace_file* trf) const override { sc_trace(trf, storage, this->name()); }
void trace(sc_core::sc_trace_file* trf) const override { sc_core::sc_trace(trf, storage, this->name()); }
//! \brief the reset value
const DATATYPE res_val;
//! \brief the SW read mask
Expand Down

0 comments on commit 452e3ee

Please sign in to comment.