@@ -123,16 +123,16 @@ class keymgr_dpe_common_vseq extends keymgr_dpe_base_vseq;
123123 case (if_proxy.sec_cm_type)
124124 SecCmPrimCount: begin
125125 if (enable) begin
126- $asserton (0 , " tb.keymgr_kmac_intf " );
127- $asserton (0 , " tb.dut.tlul_assert_device.gen_device.dDataKnown_A" );
126+ $asserton (0 , " tb.keymgr_dpe_kmac_intf " );
127+ $asserton (0 , " tb.dut.tlul_assert_device.gen_device.gen_d2h. dDataKnown_A" );
128128 $asserton (0 , " tb.dut.u_ctrl.DataEn_A" );
129129 $asserton (0 , " tb.dut.u_ctrl.DataEnDis_A" );
130130 $asserton (0 , " tb.dut.u_ctrl.CntZero_A" );
131131 $asserton (0 , " tb.dut.u_kmac_if.LastStrb_A" );
132132 $asserton (0 , " tb.dut.KmacDataKnownO_A" );
133133 end else begin
134- $assertoff (0 , " tb.keymgr_kmac_intf " );
135- $assertoff (0 , " tb.dut.tlul_assert_device.gen_device.dDataKnown_A" );
134+ $assertoff (0 , " tb.keymgr_dpe_kmac_intf " );
135+ $assertoff (0 , " tb.dut.tlul_assert_device.gen_device.gen_d2h. dDataKnown_A" );
136136 $assertoff (0 , " tb.dut.u_ctrl.DataEn_A" );
137137 $assertoff (0 , " tb.dut.u_ctrl.DataEnDis_A" );
138138 $assertoff (0 , " tb.dut.u_ctrl.CntZero_A" );
0 commit comments