Coverage improvements.

This commit is contained in:
Alex Mykyta
2022-11-08 21:34:10 -08:00
parent fcfd5c09f4
commit 232faba417
4 changed files with 25 additions and 19 deletions

View File

@@ -48,8 +48,8 @@ addrmap top {
count->decr = decrement;
count->hwclr = clear;
count->hwset = set;
count->incrvalue = step;
count->decrvalue = step;
count->incrvalue = count->decrvalue;
} saturate_via_const @ 0x4;
@@ -72,7 +72,7 @@ addrmap top {
count->hwclr = clear;
count->hwset = set;
count->incrvalue = step;
count->decrvalue = step;
count->decrvalue = count->incrvalue;
} saturate_via_ref @ 0x8;
reg {