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
The hope is that the boolean == and || operations actually result in a boolean value for the swwe signal in this case. I also see use cases where a register is reset when a magic key is written to it (think watchdog timer).
Are there any known examples of these boolean operations? Does my interpretation of the spec make sense? I could create similar things with the external swwe signal, but it would lack the ability to use the next reference.
The error I am seeing when I try this is: fatal: Left and right operands of expression are not compatible types
The text was updated successfully, but these errors were encountered:
Eventually I may support this by preserving non-constant expressions as an AST so that developers can transcribe them to the output language. This would likely be part of #58 since the concepts are closely related.
Looking through the compiler examples and test cases, I never could find an example of the boolean operations.
I was looking for something like this
The hope is that the boolean == and || operations actually result in a boolean value for the swwe signal in this case. I also see use cases where a register is reset when a magic key is written to it (think watchdog timer).
Are there any known examples of these boolean operations? Does my interpretation of the spec make sense? I could create similar things with the external swwe signal, but it would lack the ability to use the next reference.
The error I am seeing when I try this is:
fatal: Left and right operands of expression are not compatible types
The text was updated successfully, but these errors were encountered: