aboutsummaryrefslogtreecommitdiffstats
path: root/types.ads
diff options
context:
space:
mode:
Diffstat (limited to 'types.ads')
-rw-r--r--types.ads4
1 files changed, 0 insertions, 4 deletions
diff --git a/types.ads b/types.ads
index 191d30e9e..f0504497c 100644
--- a/types.ads
+++ b/types.ads
@@ -20,10 +20,6 @@ with Interfaces;
package Types is
pragma Preelaborate (Types);
- -- List of vhdl standards.
- -- VHDL_93c is vhdl_93 with backward compatibility with 87 (file).
- type Vhdl_Std_Type is (Vhdl_87, Vhdl_93c, Vhdl_93, Vhdl_00, Vhdl_02);
-
-- A tri state type.
type Tri_State_Type is (Unknown, False, True);