or/opensta issue 1446 ignore vcd time var
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
5ff9493257
commit
2d8247a1f1
|
|
@ -47,6 +47,7 @@ enum class VcdVarType {
|
|||
real,
|
||||
supply0,
|
||||
supply1,
|
||||
time,
|
||||
tri,
|
||||
triand,
|
||||
trior,
|
||||
|
|
|
|||
|
|
@ -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"},
|
||||
|
|
|
|||
Loading…
Reference in New Issue