diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-05-27 17:50:40 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-05-28 17:47:48 +0200 |
commit | f75d87d33027413fac10adc7a6f5c1a48390efba (patch) | |
tree | 71de19f48964e6e6490c4922f6eeecd65f06224e /src/vhdl | |
parent | 691d4875f0710e0603a7ae563600f9a6c041c6d6 (diff) | |
download | ghdl-f75d87d33027413fac10adc7a6f5c1a48390efba.tar.gz ghdl-f75d87d33027413fac10adc7a6f5c1a48390efba.tar.bz2 ghdl-f75d87d33027413fac10adc7a6f5c1a48390efba.zip |
vhdl-utils: minor style changes.
Diffstat (limited to 'src/vhdl')
-rw-r--r-- | src/vhdl/vhdl-utils.ads | 6 |
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. |