piyunaffi Posted February 7, 2023 Report Share Posted February 7, 2023 While looking at the code of function: function void uvm_reg::add_field(uvm_reg_field field); in uvm_reg.svh, I see that there is a checks for overlapping fields and if filed size is more than what register can accommodate but I do not see a check if name of field is same. Such check is there for registers in add_reg function in reg block. Is there any reason? Quote Link to comment Share on other sites More sharing options...
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.