Skip to content

ISACOV : switch beq instruction register

Created by: AyoubJalali

I switch register for beq instruction , because beq a1, zero, branch4 -> it's a compressed instruction c.bnez a1, branch4, that means I'll get coverage on c.bnez and not beq instruction

Merge request reports

Loading