Add type key and value to coverage.dat
Signed-off-by: Ryszard Rozak <rrozak@antmicro.com>
This commit is contained in:
parent
de08655c5b
commit
d735b29a8f
|
|
@ -390,6 +390,10 @@ public:
|
|||
hier = val;
|
||||
} else {
|
||||
// Print it
|
||||
if (key == "page") {
|
||||
const std::string type = val.substr(2, val.find('/') - 2);
|
||||
name += keyValueFormatter(VL_CIK_TYPE, type);
|
||||
}
|
||||
name += keyValueFormatter(key, val);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue