@@ -2108,17 +2108,17 @@ package I3CCSR_uvm;
2108
2108
endfunction : build
2109
2109
endclass : I3CCSR__I3C_EC__SecFwRecoveryIf__DEVICE_ID_5
2110
2110
2111
- // Reg - I3CCSR.I3C_EC.SecFwRecoveryIf.DEVICE_ID_6
2112
- class I3CCSR__I3C_EC__SecFwRecoveryIf__DEVICE_ID_6 extends uvm_reg ;
2111
+ // Reg - I3CCSR.I3C_EC.SecFwRecoveryIf.DEVICE_ID_RESERVED
2112
+ class I3CCSR__I3C_EC__SecFwRecoveryIf__DEVICE_ID_RESERVED extends uvm_reg ;
2113
2113
protected uvm_reg_data_t m_current;
2114
2114
protected uvm_reg_data_t m_data;
2115
2115
protected bit m_is_read;
2116
2116
2117
- I3CCSR__I3C_EC__SecFwRecoveryIf__DEVICE_ID_6_bit_cg DATA_bit_cg[32 ];
2118
- I3CCSR__I3C_EC__SecFwRecoveryIf__DEVICE_ID_6_fld_cg fld_cg;
2117
+ I3CCSR__I3C_EC__SecFwRecoveryIf__DEVICE_ID_RESERVED_bit_cg DATA_bit_cg[32 ];
2118
+ I3CCSR__I3C_EC__SecFwRecoveryIf__DEVICE_ID_RESERVED_fld_cg fld_cg;
2119
2119
rand uvm_reg_field DATA ;
2120
2120
2121
- function new (string name = " I3CCSR__I3C_EC__SecFwRecoveryIf__DEVICE_ID_6 " );
2121
+ function new (string name = " I3CCSR__I3C_EC__SecFwRecoveryIf__DEVICE_ID_RESERVED " );
2122
2122
super .new (name, 32 , build_coverage (UVM_CVR_ALL ));
2123
2123
endfunction : new
2124
2124
extern virtual function void sample_values ();
@@ -2129,14 +2129,14 @@ package I3CCSR_uvm;
2129
2129
2130
2130
virtual function void build ();
2131
2131
this .DATA = new (" DATA" );
2132
- this .DATA .configure (this , 32 , 0 , " RW " , 1 , 'h0 , 1 , 1 , 0 );
2132
+ this .DATA .configure (this , 32 , 0 , " RO " , 0 , 'h0 , 1 , 1 , 0 );
2133
2133
if (has_coverage (UVM_CVR_REG_BITS )) begin
2134
2134
foreach (DATA_bit_cg[bt]) DATA_bit_cg[bt] = new ();
2135
2135
end
2136
2136
if (has_coverage (UVM_CVR_FIELD_VALS ))
2137
2137
fld_cg = new ();
2138
2138
endfunction : build
2139
- endclass : I3CCSR__I3C_EC__SecFwRecoveryIf__DEVICE_ID_6
2139
+ endclass : I3CCSR__I3C_EC__SecFwRecoveryIf__DEVICE_ID_RESERVED
2140
2140
2141
2141
// Reg - I3CCSR.I3C_EC.SecFwRecoveryIf.DEVICE_STATUS_0
2142
2142
class I3CCSR__I3C_EC__SecFwRecoveryIf__DEVICE_STATUS_0 extends uvm_reg ;
@@ -2701,7 +2701,7 @@ package I3CCSR_uvm;
2701
2701
rand I3CCSR__I3C_EC__SecFwRecoveryIf__DEVICE_ID_3 DEVICE_ID_3 ;
2702
2702
rand I3CCSR__I3C_EC__SecFwRecoveryIf__DEVICE_ID_4 DEVICE_ID_4 ;
2703
2703
rand I3CCSR__I3C_EC__SecFwRecoveryIf__DEVICE_ID_5 DEVICE_ID_5 ;
2704
- rand I3CCSR__I3C_EC__SecFwRecoveryIf__DEVICE_ID_6 DEVICE_ID_6 ;
2704
+ rand I3CCSR__I3C_EC__SecFwRecoveryIf__DEVICE_ID_RESERVED DEVICE_ID_RESERVED ;
2705
2705
rand I3CCSR__I3C_EC__SecFwRecoveryIf__DEVICE_STATUS_0 DEVICE_STATUS_0 ;
2706
2706
rand I3CCSR__I3C_EC__SecFwRecoveryIf__DEVICE_STATUS_1 DEVICE_STATUS_1 ;
2707
2707
rand I3CCSR__I3C_EC__SecFwRecoveryIf__DEVICE_RESET DEVICE_RESET ;
@@ -2779,11 +2779,11 @@ package I3CCSR_uvm;
2779
2779
2780
2780
this .DEVICE_ID_5 .build ();
2781
2781
this .default_map.add_reg (this .DEVICE_ID_5 , 'h28 );
2782
- this .DEVICE_ID_6 = new (" DEVICE_ID_6 " );
2783
- this .DEVICE_ID_6 .configure (this );
2782
+ this .DEVICE_ID_RESERVED = new (" DEVICE_ID_RESERVED " );
2783
+ this .DEVICE_ID_RESERVED .configure (this );
2784
2784
2785
- this .DEVICE_ID_6 .build ();
2786
- this .default_map.add_reg (this .DEVICE_ID_6 , 'h2c );
2785
+ this .DEVICE_ID_RESERVED .build ();
2786
+ this .default_map.add_reg (this .DEVICE_ID_RESERVED , 'h2c );
2787
2787
this .DEVICE_STATUS_0 = new (" DEVICE_STATUS_0" );
2788
2788
this .DEVICE_STATUS_0 .configure (this );
2789
2789
0 commit comments