if I want to read the register filed, what method could I used? I see the regmode task it has get(), but actually the get method is just read the model value not the DUT value
litengmu64 发表于 2020-11-11 14:08
if I want to read the register filed, what method could I used? I see the regmode task it has get ...
read the DUT value by task mirror(), now the value of the register model is consistent with the design value, then you can get the field value of register model by task get()