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
I'm using a dummy constraint which exists to ensure a signal doesn't get removed by the compiler. It looks like this:
signal watermarkSquared <== watermark * watermark;
This gets a warning with a message which seems incomplete, saying "The intermediate signal watermarkSquared is declared here."
I'd guess that it's warning me that watermarkSquared is unused, which is intentional and unavoidable here, but I can't be sure as it's not actually saying so.
The text was updated successfully, but these errors were encountered:
I'm using a dummy constraint which exists to ensure a signal doesn't get removed by the compiler. It looks like this:
This gets a warning with a message which seems incomplete, saying "The intermediate signal
watermarkSquared
is declared here."I'd guess that it's warning me that watermarkSquared is unused, which is intentional and unavoidable here, but I can't be sure as it's not actually saying so.
The text was updated successfully, but these errors were encountered: