Naming scope
Instances, nets... Inside a component what shall be the scopes?
- Everything at component scope? Else do not allow shadowing?
- What if there is an
If
/Else
? (Different variables, different types?) - What if there is an
when
/else
? (Different variables, different types?) - What about elaboration values
Val
? => #59 (closed)
Edited by come_744