or/opensta issue 1446 ignore vcd time var

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2023-09-17 18:00:47 -07:00
parent 5ff9493257
commit 2d8247a1f1
2 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,7 @@ enum class VcdVarType {
real,
supply0,
supply1,
time,
tri,
triand,
trior,

View File

@ -169,6 +169,7 @@ static EnumNameMap<VcdVarType> vcd_var_type_map =
{VcdVarType::real, "real"},
{VcdVarType::supply0, "supply0"},
{VcdVarType::supply1, "supply1"},
{VcdVarType::time, "time"},
{VcdVarType::tri, "tri"},
{VcdVarType::triand, "triand"},
{VcdVarType::trior, "trior"},