cxxrtl: use debug attrs of alias not aliasee

This commit is contained in:
Robin Ole Heinemann 2024-11-12 01:38:57 +01:00 committed by Catherine
parent 915df16c84
commit 6d4f056a35
1 changed files with 1 additions and 1 deletions

View File

@ -2497,7 +2497,7 @@ struct CxxrtlWorker {
// Alias of a member wire
const RTLIL::Wire *aliasee = debug_wire_type.sig_subst.as_wire();
f << indent << "items->add(path, " << escape_cxx_string(get_hdl_name(wire)) << ", ";
dump_debug_attrs(aliasee);
dump_debug_attrs(wire);
f << ", ";
// If the aliasee is an outline, then the alias must be an outline, too; otherwise downstream
// tooling has no way to find out about the outline.