Closed matthijsr closed 1 year ago
Sort of resolved with #117 But I'd prefer a cleaner solution
Extended identifiers can't be used for components (in GHDL?)
Will need to switch to proper package hierarchy if I want to express this, which has implications for imports. (Can no longer guarantee uniqueness.)
VHDL identifiers don't actually support consecutive underscores by default (which we've been using for path/hierarchy separation).
May need to use extended identifiers (
\identifier\
) instead, which do support consecutive underscores (and other properties).