Home
last modified time | relevance | path

Searched refs:Pasgn (Results 1 – 3 of 3) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-environment-debug.adb47 procedure Dump_Partial_Assign (Pasgn : Partial_Assign)
61 P := Pasgn;
64 Pasgn : Partial_Assign_Record renames variable
67 Put (" off:" & Uns32'Image (Pasgn.Offset));
69 Dump_Value (Pasgn.Value);
71 P := Pasgn.Next;
H A Dsynth-environment.adb563 Pasgn := Next_Pasgn;
1170 if Pasgn.Offset = 0 and then Get_Width (Pasgn.Value) = W then
1171 return Pasgn.Value;
1507 List.First := Pasgn;
1509 Set_Partial_Next (List.Last, Pasgn);
1511 List.Last := Pasgn;
1518 Pasgn : Partial_Assign; variable
1524 List.First := Pasgn;
1544 Pasgn : Partial_Assign; variable
2013 Pasgn : Partial_Assign; variable
[all …]
H A Dsynth-environment.ads208 Pasgn : Partial_Assign);