mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-24 16:12:33 +00:00
WIP
This commit is contained in:
parent
d13dfc21f4
commit
2117af318c
23 changed files with 1684 additions and 1666 deletions
|
|
@ -117,7 +117,7 @@ struct MemoryMapWorker
|
|||
// new cell. set_src_attribute's parse_ref path retains the
|
||||
// pool slot directly.
|
||||
{
|
||||
Twine::Id mid = (mem.module && mem.module->design) ? mem.module->design->obj_src_id(&mem) : Twine::Null;
|
||||
TwineRef mid = (mem.module && mem.module->design) ? mem.module->design->obj_src_id(&mem) : Twine::Null;
|
||||
mem_src = (mid != Twine::Null) ? TwinePool::format_ref(mid) : std::string();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue