Signals to/from instantitation ports need uniquification
Open
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 283
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 135
Description
Imagine you have a module `foo` with a port `bar_baz` and another module `foo_bar` with a port `baz`- internal signal created during block conversion will have the same name, leading to an crash. These names should be uniquified.
Contributor guide
Assessment
This issue has not been assessed yet.