aelms Posted April 5, 2018 Report Posted April 5, 2018 uvm_comparer:: compare_field_int() on fields larger than 64 bits silently passes. https://www.edaplayground.com/x/4qDq This is misuse, but silently passing compare is not the best outcome. Quote
hbhbts Posted August 5, 2019 Report Posted August 5, 2019 the original compare_field_int() is plan to bit size <=64, you can use compare_field() instead. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.