Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-nodes.adb.in26 type Bit2_Type is range 0 .. 2 ** 2 - 1; type
54 -- State1 : Bit2_Type
55 -- State2 : Bit2_Type
67 -- State3 : Bit2_Type
68 -- State4 : Bit2_Type
228 function Get_State1 (N : Node_Type) return Bit2_Type;
230 procedure Set_State1 (N : Node_Type; V : Bit2_Type);
235 procedure Set_State2 (N : Node_Type; V : Bit2_Type);
240 procedure Set_State3 (N : Node_Type; V : Bit2_Type);
270 State1 : Bit2_Type;
[all …]
H A Dvhdl-nodes.adb26 type Bit2_Type is range 0 .. 2 ** 2 - 1; type
228 function Get_State1 (N : Node_Type) return Bit2_Type;
230 procedure Set_State1 (N : Node_Type; V : Bit2_Type);
233 function Get_State2 (N : Node_Type) return Bit2_Type;
235 procedure Set_State2 (N : Node_Type; V : Bit2_Type);
238 function Get_State3 (N : Node_Type) return Bit2_Type;
240 procedure Set_State3 (N : Node_Type; V : Bit2_Type);
270 State1 : Bit2_Type;
271 State2 : Bit2_Type;
715 procedure Set_State1 (N : Node_Type; V : Bit2_Type) is
[all …]
/dports/cad/ghdl/ghdl-1.0.0/src/edif/
H A Dedif-nodes.adb.in33 -- State1 : Bit2_Type
70 type Bit2_Type is range 0 .. 2 ** 2 - 1; type
74 State1 : Bit2_Type;
138 (Bit2_Type, Dir_Type);
140 (Dir_Type, Bit2_Type);
165 procedure Set_State1 (N : Node; State : Bit2_Type) is
170 function Get_State1 (N : Node) return Bit2_Type is
H A Dedif-nodes.adb68 type Bit2_Type is range 0 .. 2 ** 2 - 1; type
72 State1 : Bit2_Type;
136 (Bit2_Type, Dir_Type);
138 (Dir_Type, Bit2_Type);
163 procedure Set_State1 (N : Node; State : Bit2_Type) is
168 function Get_State1 (N : Node) return Bit2_Type is
/dports/cad/ghdl/ghdl-1.0.0/src/psl/
H A Dpsl-nodes.adb.in48 -- State1 : Bit2_Type
49 -- State2 : Bit2_Type