vhdlpp: 'integer' is emitted as 'integer' instead of 'bool [31:0]'.
This commit is contained in:
parent
10446df80e
commit
c846b2cf3f
|
|
@ -153,7 +153,7 @@ int VTypePrimitive::emit_primitive_type(ostream&out) const
|
|||
out << "logic";
|
||||
break;
|
||||
case INTEGER:
|
||||
out << "bool [31:0]";
|
||||
out << "integer";
|
||||
break;
|
||||
case REAL:
|
||||
out << "real";
|
||||
|
|
|
|||
Loading…
Reference in New Issue