aboutsummaryrefslogtreecommitdiffstats
path: root/src/psl/psl-nodes.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-08-15 09:16:06 +0200
committerTristan Gingold <tgingold@free.fr>2022-08-15 16:54:38 +0200
commit915b286dc54f36216dcc46cd8c8832ba1bd5fe67 (patch)
treefd928b4be9094bbd7e4cdcc3e0e30514d09140fc /src/psl/psl-nodes.ads
parent988eebde6d076261da5e94344b38445e6ed764f0 (diff)
downloadghdl-915b286dc54f36216dcc46cd8c8832ba1bd5fe67.tar.gz
ghdl-915b286dc54f36216dcc46cd8c8832ba1bd5fe67.tar.bz2
ghdl-915b286dc54f36216dcc46cd8c8832ba1bd5fe67.zip
vhdl-prints: improve handling of PSL. For #2178
Diffstat (limited to 'src/psl/psl-nodes.ads')
-rw-r--r--src/psl/psl-nodes.ads6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/psl/psl-nodes.ads b/src/psl/psl-nodes.ads
index 29a1943f4..2667c76b3 100644
--- a/src/psl/psl-nodes.ads
+++ b/src/psl/psl-nodes.ads
@@ -206,6 +206,8 @@ package PSL.Nodes is
--
-- -- Current actual parameter.
-- Get/Set_Actual (Field3)
+ --
+ -- Get/Set_Has_Identifier_List (Flag1)
-- N_Sequence_Instance (Short)
-- N_Endpoint_Instance (Short)
@@ -564,6 +566,10 @@ package PSL.Nodes is
function Get_Inclusive_Flag (N : Node) return Boolean;
procedure Set_Inclusive_Flag (N : Node; B : Boolean);
+ -- Field: Flag1
+ function Get_Has_Identifier_List (N : Node) return Boolean;
+ procedure Set_Has_Identifier_List (N : Node; B : Boolean);
+
-- Field: Field1
function Get_Low_Bound (N : Node) return Node;
procedure Set_Low_Bound (N : Node; S : Node);