Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/grt/
H A Dgrt-fst_api.ads181 subtype fstSupplementalDataType is unsigned; subtype
182 FST_SDT_MIN : constant fstSupplementalDataType := 0;
183 FST_SDT_NONE : constant fstSupplementalDataType := 0;
184 FST_SDT_VHDL_BOOLEAN : constant fstSupplementalDataType := 1;
185 FST_SDT_VHDL_BIT : constant fstSupplementalDataType := 2;
186 FST_SDT_VHDL_BIT_VECTOR : constant fstSupplementalDataType := 3;
187 FST_SDT_VHDL_STD_ULOGIC : constant fstSupplementalDataType := 4;
188 FST_SDT_VHDL_STD_ULOGIC_VECTOR : constant fstSupplementalDataType := 5;
189 FST_SDT_VHDL_STD_LOGIC : constant fstSupplementalDataType := 6;
190 FST_SDT_VHDL_STD_LOGIC_VECTOR : constant fstSupplementalDataType := 7;
[all …]
H A Dgrt-fst.adb221 Sdt : fstSupplementalDataType;
/dports/cad/gtkwave/gtkwave-3.3.107/contrib/fst_jni/
H A DfstSupplementalDataType.java23 public class fstSupplementalDataType class
25 fstSupplementalDataType( ) { } in fstSupplementalDataType() method in fstSupplementalDataType
H A DMakefile.am19 fstSupplementalDataType.java \
H A Dzzz_test.csh15 fstSupplementalDataType.java \
H A DMakefile.in284 fstSupplementalDataType.java \
/dports/cad/ghdl/ghdl-1.0.0/src/grt/fst/
H A Dfstapi.h253 enum fstSupplementalDataType { enum
335 … const char *type, enum fstSupplementalVarType svt, enum fstSupplementalDataType sdt);
H A Dfstapi.c2530 const char *type, enum fstSupplementalVarType svt, enum fstSupplementalDataType sdt) in fstWriterCreateVar2()
/dports/cad/nvc/nvc-r1.5.3/thirdparty/
H A Dfstapi.h253 enum fstSupplementalDataType { enum
335 … const char *type, enum fstSupplementalVarType svt, enum fstSupplementalDataType sdt);
H A Dfstapi.c2531 const char *type, enum fstSupplementalVarType svt, enum fstSupplementalDataType sdt) in fstWriterCreateVar2()
/dports/cad/verilator/verilator-4.216/include/gtkwave/
H A Dfstapi.h268 enum fstSupplementalDataType { enum
360 … const char *type, enum fstSupplementalVarType svt, enum fstSupplementalDataType sdt);
H A Dfstapi.c2617 const char *type, enum fstSupplementalVarType svt, enum fstSupplementalDataType sdt) in fstWriterCreateVar2()
/dports/cad/gtkwave/gtkwave-3.3.107/src/helpers/fst/
H A Dfstapi.h264 enum fstSupplementalDataType { enum
356 … const char *type, enum fstSupplementalVarType svt, enum fstSupplementalDataType sdt);
H A Dfstapi.c2609 const char *type, enum fstSupplementalVarType svt, enum fstSupplementalDataType sdt) in fstWriterCreateVar2()
/dports/cad/iverilog/verilog-11.0/vpi/
H A Dfstapi.h264 enum fstSupplementalDataType { enum
356 … const char *type, enum fstSupplementalVarType svt, enum fstSupplementalDataType sdt);
H A Dfstapi.c2609 const char *type, enum fstSupplementalVarType svt, enum fstSupplementalDataType sdt) in fstWriterCreateVar2()
/dports/cad/nvc/nvc-r1.5.3/src/rt/
H A Dfst.c143 enum fstSupplementalDataType *sdt) in fst_can_fmt_chars()
187 enum fstSupplementalDataType sdt; in fst_process_signal()