vhdlpp: Write binary constants as a string of bits.
This commit is contained in:
parent
c25be111a3
commit
770906ba0d
|
|
@ -861,11 +861,14 @@ static PLI_INT32 ivlh_write_calltf(ICARUS_VPI_CONST PLI_BYTE8*name)
|
|||
break;
|
||||
|
||||
case vpiDecConst:
|
||||
case vpiBinaryConst:
|
||||
case vpiOctConst:
|
||||
case vpiHexConst:
|
||||
type = vpiIntVar;
|
||||
break;
|
||||
|
||||
case vpiBinaryConst:
|
||||
type = vpiBitVar;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue