You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a top-level module has it's build called after some sub-modules have already called build separately, then you may get an error like the ModuleNotBuiltException when running it through a Synthesizer. While this order of operations might lead to the error being technically true, it's not a helpful error message for new-comers to ROHD.
Desired solution
Clarify in error messaging, and try to detect the scenario, when submodules have incorrectly been pre-built before the top-level build.
Alternatives considered
No response
Additional details
No response
The text was updated successfully, but these errors were encountered:
Motivation
If a top-level module has it's
build
called after some sub-modules have already calledbuild
separately, then you may get an error like theModuleNotBuiltException
when running it through aSynthesizer
. While this order of operations might lead to the error being technically true, it's not a helpful error message for new-comers to ROHD.Desired solution
Clarify in error messaging, and try to detect the scenario, when submodules have incorrectly been pre-built before the top-level build.
Alternatives considered
No response
Additional details
No response
The text was updated successfully, but these errors were encountered: