updates templates for SystemC registration

This commit is contained in:
2023-10-27 22:14:11 +02:00
parent e6f11081eb
commit 7001b693ae
2 changed files with 35 additions and 13 deletions

View File

@ -148,7 +148,7 @@ public:
} else {
auto base_isa = type.substr(0, 5);
if(base_isa=="tgc5d" || base_isa=="tgc5e") {
std::tie(cpu, vm) = f.create(type + "|mu_p_clic_pmp|" + backend, gdb_port);
std::tie(cpu, vm) = f.create(type + "|mu_p_clic_pmp|" + backend, gdb_port, owner);
} else {
std::tie(cpu, vm) = f.create(type + "|m_p|" + backend, gdb_port, owner);
}