Home
last modified time | relevance | path

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

/dports/cad/gtkwave/gtkwave-3.3.107/contrib/fst_jni/
H A DfstScopeType.java51 public static final int FST_ST_VHDL_ARCHITECTURE = 12; field in fstScopeType
/dports/cad/nvc/nvc-r1.5.3/src/rt/
H A Dfst.c318 case T_ARCH: st = FST_ST_VHDL_ARCHITECTURE; break; in fst_process_hier()
323 st = FST_ST_VHDL_ARCHITECTURE; in fst_process_hier()
/dports/cad/ghdl/ghdl-1.0.0/src/grt/fst/
H A Dfstapi.h90 FST_ST_VHDL_ARCHITECTURE = 12, enumerator
/dports/cad/nvc/nvc-r1.5.3/thirdparty/
H A Dfstapi.h90 FST_ST_VHDL_ARCHITECTURE = 12, enumerator
/dports/cad/verilator/verilator-4.216/include/gtkwave/
H A Dfstapi.h97 FST_ST_VHDL_ARCHITECTURE = 12, enumerator
/dports/cad/gtkwave/gtkwave-3.3.107/src/helpers/fst/
H A Dfstapi.h93 FST_ST_VHDL_ARCHITECTURE = 12, enumerator
/dports/cad/iverilog/verilog-11.0/vpi/
H A Dfstapi.h93 FST_ST_VHDL_ARCHITECTURE = 12, enumerator
/dports/cad/ghdl/ghdl-1.0.0/src/grt/
H A Dgrt-fst_api.ads51 FST_ST_VHDL_ARCHITECTURE : constant fstScopeType := 12; constant
H A Dgrt-fst.adb543 (FST_ST_VHDL_ARCHITECTURE, Decl, Match_List_Child);
/dports/cad/gtkwave/gtkwave-3.3.107/src/helpers/
H A Dvcd2fst.c229 case 'a': mtype = FST_ST_VHDL_ARCHITECTURE; break; in get_scopename()
929 scopetype = FST_ST_VHDL_ARCHITECTURE; in fst_main()
/dports/cad/gtkwave/gtkwave-3.3.107/src/
H A Dfsdb_wrapper_api.cc944 typ = FST_ST_VHDL_ARCHITECTURE; in __DumpScope2()
H A Dfst.c182 case FST_ST_VHDL_ARCHITECTURE: ttype = TREE_VHDL_ST_ARCHITECTURE; break; in extractNextVar()
H A Dextload.c1218 case FST_ST_VHDL_ARCHITECTURE: ttype = TREE_VHDL_ST_ARCHITECTURE; break;