We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5132db8 + 28c1d91 commit 226780fCopy full SHA for 226780f
tests/missing_join_error.v.out
@@ -1,5 +1,5 @@
1
The command has indeed failed with message:
2
-You must declare the hierarchy bottom-up or addd a missing join.
+You must declare the hierarchy bottom-up or add a missing join.
3
There are two ways out:
4
- declare structure A2B1 before structure B2A1 if B2A1 inherits from it;
5
- declare an additional structure that inherits from both A1 and A2 and from which A2B1 and/or B2A1 inherit.
0 commit comments