Code for `uvm_field_array_realtime

uvm_field_array_int exists, but uvm_field_array_realtime does not exist.

If I have the following,
realtime some_array [COUNT];

How do I convert the realtime to an int to use an ‘int’ type macro?
How do I use a wrapper class to use an ‘int’ type macro?

Thank You!

In reply to new_to_uvm:

The uvm_field macros do not support fields of every type. We strongly do nor recommend using them because they are terrible for performance. See http://verificationhorizons.verificationacademy.com/volume-7_issue-2/articles/stream/are-ovm-and-uvm-macros-evil-a-cost-benefit-analysis_vh-v7-i2.pdf