yeah, I did this as a work around, but aren’t the `ovm_field macros supposed to automate these (do_copy et. al) data methods?
(trx.i does get copied correctly with the field automation)
Can you pass real values with ovm_field_int? After reading this thread, I tried to do so, but I get the following error. Using IUS8.1. If not, how are you supposed to config real numbers?
I have a0 as type real (ie: real a0;)
`ovm_field_int(a0,OVM_DEFAULT)
|
ncelab: *E,RELABV (file1.sv,20|31): real argument supplied to abval parameter.