:param xlen: XLEN of the riscv-trace :type cgf: dict :type cgf: list :type xlen: int ''' cgf = utils.load_cgf(cgf_files) for labels, cats in cgf.items(): if labels != 'datasets': for label,node in cats.items(): 20 changes: 6 additions & 14 deletions 20 riscv_isac/covera...
from riscv_isac.cgf_normalize import * import struct import pytablewriter '''Histogram post-processing module''' help_message = '{:<20s} {:<10s}'.format('coverage', 'Compliance Coverage') unique_covpt = [] covpt = [] code_seq = [] dpr = [] regfile = ['00000000']*32 redundant...