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
Verilog lines generated from switch statement refer back to Conditional.scala.
What is the expected behavior?
These lines should instead refer back to the source line of the is statement..
What is the use case for changing the behavior?
It would make it easier to cross-reference the generated Verilog and the Scala source.
I ran into this because one of my modules fails formal verification due to unreachable cases in a switch.
The text was updated successfully, but these errors were encountered:
Type of issue: feature request
Impact: no functional change
Development Phase: request
Other information
Example: https://scastie.scala-lang.org/vXpOaKjuQmmj91AUXLYGHQ
What is the current behavior?
Verilog lines generated from switch statement refer back to
Conditional.scala
.What is the expected behavior?
These lines should instead refer back to the source line of the
is
statement..What is the use case for changing the behavior?
It would make it easier to cross-reference the generated Verilog and the Scala source.
I ran into this because one of my modules fails formal verification due to unreachable cases in a switch.
The text was updated successfully, but these errors were encountered: