Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for detecting and failing on ambiguous direct entity instantiations. #781

Merged
merged 1 commit into from
Dec 3, 2021

Conversation

LarsAsplund
Copy link
Collaborator

This happens when an entity has several architectures but the architecture
is not specified in the instantiation. VHDL allows this and selects the
last successfully compiled architecture. This can never be what the
designer intended since she cannot fully control compile order.

@LarsAsplund LarsAsplund force-pushed the err-on-ambiguous-entity-instantiations branch from a6f4be6 to d69e0e3 Compare December 3, 2021 22:22
…stantiations.

This happens when an entity has several architectures but the architecture
is not specified in the instantiation. VHDL allows this and selects the
last successfully compiled architecture. This can never be what the
designer intended since she cannot fully control compile order.
@LarsAsplund LarsAsplund force-pushed the err-on-ambiguous-entity-instantiations branch from d69e0e3 to ced027f Compare December 3, 2021 22:26
@LarsAsplund LarsAsplund merged commit f344c8b into master Dec 3, 2021
@eine eine added this to the v4.7.0 milestone Jan 9, 2022
@eine eine deleted the err-on-ambiguous-entity-instantiations branch March 10, 2023 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants