fix inconsistency due to PA adaptation

This commit is contained in:
Eyck Jentzsch 2021-08-16 17:55:14 +02:00
parent 94f796ebdb
commit e934049dd4
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ struct core_trace {
SC_HAS_PROCESS(core_complex);// NOLINT
#ifndef CWR_SYSTEMC
core_complex::core_complex(sc_module_name name)
core_complex::core_complex(sc_module_name const& name)
: sc_module(name)
, read_lut(tlm_dmi_ext())
, write_lut(tlm_dmi_ext())