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
Hi! Here an example of do-not-care symbol usage inside a case operator.
But for handling do-not-care values in SystemVerilog LRM (as mentioned in 12.5.1 section) it is recommended to use a casez or casex operators. I suppose it is need to be changed on casex type according to LRM.
The text was updated successfully, but these errors were encountered:
likeamahoney
added
the
Type:Bug
For bugs in the RTL, Documentation, Verification environment or Tool and Build system
label
Nov 20, 2024
Sorry, I misunderstood the LRM 2017 and also reread the 2023 standard, which explains the case inside operator usage better. inside allows to use do-not-care ? values in case.
Is there an existing CVA6 bug for this?
Bug Description
Hi! Here an example of do-not-care symbol usage inside a case operator.
But for handling do-not-care values in SystemVerilog LRM (as mentioned in 12.5.1 section) it is recommended to use a
casez
orcasex
operators. I suppose it is need to be changed oncasex
type according to LRM.The text was updated successfully, but these errors were encountered: