Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-context.adb59 Elab_Objects => 0,
96 Elab_Objects => 0,
177 for I in 1 .. Inst.Elab_Objects loop
199 if Slot /= Syn_Inst.Elab_Objects + 1
205 Syn_Inst.Elab_Objects := Slot + Num - 1;
300 if Slot /= Syn_Inst.Elab_Objects
306 Syn_Inst.Elab_Objects := Slot - 1;
H A Dsynth-context.ads202 Elab_Objects : Object_Slot_Type; variable
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/simulate/
H A Dsimul-elaboration.adb74 if Slot /= Instance.Elab_Objects + 1
80 Instance.Elab_Objects := Slot + Num - 1;
95 if Slot /= Instance.Elab_Objects
103 Instance.Elab_Objects := Slot - 1;
357 Elab_Objects => 0,
772 if Slot + 1 = Instance.Elab_Objects then
777 if Slot /= Instance.Elab_Objects then
783 Instance.Elab_Objects := Slot + 1;
821 if Slot /= Instance.Elab_Objects then
827 Instance.Elab_Objects := Slot + 1;
[all …]
H A Dsimul-environments.ads266 Elab_Objects : Object_Slot_Type := 0; component
H A Dsimul-execution.adb3398 Elab_Objects => 0,