aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/vhdl/vhdl-utils.ads6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/vhdl/vhdl-utils.ads b/src/vhdl/vhdl-utils.ads
index 0f99595ab..d410a26f9 100644
--- a/src/vhdl/vhdl-utils.ads
+++ b/src/vhdl/vhdl-utils.ads
@@ -300,14 +300,12 @@ package Vhdl.Utils is
-- Return True is component instantiation statement INST instantiate a
-- component.
function Is_Component_Instantiation
- (Inst : Iir_Component_Instantiation_Statement)
- return Boolean;
+ (Inst : Iir_Component_Instantiation_Statement) return Boolean;
-- Return True is component instantiation statement INST instantiate a
-- design entity.
function Is_Entity_Instantiation
- (Inst : Iir_Component_Instantiation_Statement)
- return Boolean;
+ (Inst : Iir_Component_Instantiation_Statement) return Boolean;
-- Get the expression of the attribute specification corresponding to the
-- attribute name NAME. Meaningful only for static values.