mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
[DV] Top level toggle coverage (#371)
This commit is contained in:
parent
b1a0cac126
commit
84664077ee
2 changed files with 4 additions and 1 deletions
|
@ -1 +1,4 @@
|
|||
+tree core_ibex_tb_top.dut
|
||||
begin tgl
|
||||
-tree core_ibex_tb_top.dut.*
|
||||
end
|
||||
|
|
|
@ -33,7 +33,7 @@ def process_ibex_sim_log(ibex_log, csv):
|
|||
# Extract instruction information
|
||||
m = re.search(r"^\s*(?P<time>\d+)\s+(?P<cycle>\d+)\s+" \
|
||||
"(?P<pc>[0-9a-f]+)\s+(?P<bin>[0-9a-f]+)\s+(?P<instr>.*)" \
|
||||
".*x(?P<rd>\d+)=0x(?P<val>[0-9a-f]+)", line)
|
||||
".*x(?P<rd>[1-9]\d*)=0x(?P<val>[0-9a-f]+)", line)
|
||||
if m:
|
||||
# Write the extracted instruction to a csvcol buffer file
|
||||
rv_instr_trace = RiscvInstructiontTraceEntry()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue