aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-nodes.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-05-20 19:05:22 +0200
committerTristan Gingold <tgingold@free.fr>2020-05-20 19:05:22 +0200
commitc69c9c51c9235835bb876e4373bb4c784cf7c96d (patch)
treef0a83fef39d361c2f922ba02a80510733feba533 /src/vhdl/vhdl-nodes.ads
parentdbe9a179e3ea356c8c21b95c650d3b7f3de8055f (diff)
downloadghdl-c69c9c51c9235835bb876e4373bb4c784cf7c96d.tar.gz
ghdl-c69c9c51c9235835bb876e4373bb4c784cf7c96d.tar.bz2
ghdl-c69c9c51c9235835bb876e4373bb4c784cf7c96d.zip
vhdl-nodes: use a flag field for direction.
Diffstat (limited to 'src/vhdl/vhdl-nodes.ads')
-rw-r--r--src/vhdl/vhdl-nodes.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdl/vhdl-nodes.ads b/src/vhdl/vhdl-nodes.ads
index bc37733d6..2460e7bfc 100644
--- a/src/vhdl/vhdl-nodes.ads
+++ b/src/vhdl/vhdl-nodes.ads
@@ -2927,7 +2927,7 @@ package Vhdl.Nodes is
--
-- Get/Set_Expr_Staticness (State1)
--
- -- Get/Set_Direction (State2)
+ -- Get/Set_Direction (Flag1)
-- Iir_Kind_Subtype_Definition (Medium)
-- Such a node is only created by parse and transformed into the correct
@@ -7866,7 +7866,7 @@ package Vhdl.Nodes is
function Get_Range_Constraint (Target : Iir) return Iir;
procedure Set_Range_Constraint (Target : Iir; Constraint : Iir);
- -- Field: State2 (pos)
+ -- Field: Flag1 (uc)
function Get_Direction (Decl : Iir) return Direction_Type;
procedure Set_Direction (Decl : Iir; Dir : Direction_Type);