Implement has_reset property of fields
Closed this issue · 2 comments
mpriestleyidex commented
At present, all fields are described as having a reset value (i.e. uvm_reg_field::has_reset()
returns true), even if none is specified in the RDL.
templates/uvm_reg.sv, line 53, has_reset
is the 7th argument to uvm_reg_field::configure()
, and is a hardwired '1' here.
amykyta3 commented
fixed in v2.0.5
mpriestleyidex commented
Speedy service! Thanks.