Home
last modified time | relevance | path

Searched refs:Buf_Value (Results 1 – 1 of 1) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/grt/
H A Dgrt-vpi.adb837 Buf_Value : Vstring; variable
843 Append (Buf_Value, '1');
845 Append (Buf_Value, '0');
889 Reset (Buf_Value); -- reset string buffer
911 Append (Buf_Value, Map_Std_B1 (Verilog_Wire_Val (Info).B1));
914 Append (Buf_Value, Map_Std_B1 (Verilog_Wire_Val (Info, J).B1));
917 Append (Buf_Value, E8_To_Char (Verilog_Wire_Val (Info).E8));
920 Append (Buf_Value, E8_To_Char (Verilog_Wire_Val (Info, J).E8));
923 Append (Buf_Value, NUL);
924 return Get_C_String (Buf_Value);
[all …]