Home
last modified time | relevance | path

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

/dports/cad/gtkwave/gtkwave-3.3.107/contrib/fst_jni/
H A DfstScopeType.java42 public static final int FST_ST_VCD_FORK = 4; field in fstScopeType
/dports/cad/gtkwave/gtkwave-3.3.107/contrib/vpi/
H A Dsys_fst.c589 fsttype = FST_ST_VCD_FORK; in draw_scope_fst()
637 fsttype = FST_ST_VCD_FORK; in draw_scope_fst()
/dports/cad/ghdl/ghdl-1.0.0/src/grt/fst/
H A Dfstapi.h81 FST_ST_VCD_FORK = 4, enumerator
/dports/cad/nvc/nvc-r1.5.3/thirdparty/
H A Dfstapi.h81 FST_ST_VCD_FORK = 4, enumerator
/dports/cad/iverilog/verilog-11.0/vpi/
H A Dsys_fst.c532 case vpiNamedFork: stype = FST_ST_VCD_FORK; break; in scan_item()
775 case vpiNamedFork: type = FST_ST_VCD_FORK; break; in draw_scope()
H A Dfstapi.h84 FST_ST_VCD_FORK = 4, enumerator
/dports/cad/verilator/verilator-4.216/include/
H A Dverilated_fst_c.cpp65 static_assert(static_cast<int>(FST_ST_VCD_FORK) == static_cast<int>(VLT_TRACE_SCOPE_FORK),
/dports/cad/verilator/verilator-4.216/include/gtkwave/
H A Dfstapi.h88 FST_ST_VCD_FORK = 4, enumerator
/dports/cad/gtkwave/gtkwave-3.3.107/src/helpers/fst/
H A Dfstapi.h84 FST_ST_VCD_FORK = 4, enumerator
/dports/cad/ghdl/ghdl-1.0.0/src/grt/
H A Dgrt-fst_api.ads43 FST_ST_VCD_FORK : constant fstScopeType := 4; constant
/dports/cad/gtkwave/gtkwave-3.3.107/src/
H A Dfsdb_wrapper_api.cc932 typ = FST_ST_VCD_FORK; in __DumpScope2()
H A Dfst.c173 case FST_ST_VCD_FORK: ttype = TREE_VCD_ST_FORK; break; in extractNextVar()
H A Dextload.c1213 case FST_ST_VCD_FORK: ttype = TREE_VCD_ST_FORK; break;
/dports/cad/gtkwave/gtkwave-3.3.107/src/helpers/
H A Dvcd2fst.c868 scopetype = FST_ST_VCD_FORK; in fst_main()