Replies: 1 comment 2 replies
-
Hi @suchi2108, you are correct that PyVSC currently only supports integral types for randomization and coverage. If you are modeling both randomization and coverage, I recommend modeling floating-point values as scaled integer values (ie randomization variables have a domain 100x of what is desired, and are divided by 100 to produce a floating-point number). If you are only modeling coverage, there may be some additional options. Thanks, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am writing coverage model for ADC using PyVSC coverage constraints. I want to declare float datatype for analog input signal. I couldn't find a way to model it. Any suggestion ?
Beta Was this translation helpful? Give feedback.
All reactions