fix inconsistency due to PA adaptation
This commit is contained in:
parent
94f796ebdb
commit
e934049dd4
|
@ -317,7 +317,7 @@ struct core_trace {
|
||||||
|
|
||||||
SC_HAS_PROCESS(core_complex);// NOLINT
|
SC_HAS_PROCESS(core_complex);// NOLINT
|
||||||
#ifndef CWR_SYSTEMC
|
#ifndef CWR_SYSTEMC
|
||||||
core_complex::core_complex(sc_module_name name)
|
core_complex::core_complex(sc_module_name const& name)
|
||||||
: sc_module(name)
|
: sc_module(name)
|
||||||
, read_lut(tlm_dmi_ext())
|
, read_lut(tlm_dmi_ext())
|
||||||
, write_lut(tlm_dmi_ext())
|
, write_lut(tlm_dmi_ext())
|
||||||
|
|
Loading…
Reference in New Issue