aboutsummaryrefslogtreecommitdiffstats
path: root/src/std_names.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-07-18 07:01:04 +0200
committerTristan Gingold <tgingold@free.fr>2016-07-18 07:01:04 +0200
commitafaf45e1da10e91cbab6856b1b97203b9f7c7e99 (patch)
tree8a1dcfd0b047ea55af91ed4e51c73c9cd4103212 /src/std_names.adb
parent2fd5fb225f89eb06e7b01f1fdbcee4be7241bd47 (diff)
downloadghdl-afaf45e1da10e91cbab6856b1b97203b9f7c7e99.tar.gz
ghdl-afaf45e1da10e91cbab6856b1b97203b9f7c7e99.tar.bz2
ghdl-afaf45e1da10e91cbab6856b1b97203b9f7c7e99.zip
Improve error message if synopsys package it not found.
Diffstat (limited to 'src/std_names.adb')
-rw-r--r--src/std_names.adb25
1 files changed, 14 insertions, 11 deletions
diff --git a/src/std_names.adb b/src/std_names.adb
index c9338396c..e67acaa04 100644
--- a/src/std_names.adb
+++ b/src/std_names.adb
@@ -400,17 +400,20 @@ package body Std_Names is
Def ("get_resolution_limit", Name_Get_Resolution_Limit);
Def ("control_simulation", Name_Control_Simulation);
- Def ("ieee", Name_Ieee);
- Def ("std_logic_1164", Name_Std_Logic_1164);
- Def ("std_ulogic", Name_Std_Ulogic);
- Def ("std_ulogic_vector", Name_Std_Ulogic_Vector);
- Def ("std_logic", Name_Std_Logic);
- Def ("std_logic_vector", Name_Std_Logic_Vector);
- Def ("rising_edge", Name_Rising_Edge);
- Def ("falling_edge", Name_Falling_Edge);
- Def ("vital_timing", Name_VITAL_Timing);
- Def ("vital_level0", Name_VITAL_Level0);
- Def ("vital_level1", Name_VITAL_Level1);
+ Def ("ieee", Name_Ieee);
+ Def ("std_logic_1164", Name_Std_Logic_1164);
+ Def ("std_ulogic", Name_Std_Ulogic);
+ Def ("std_ulogic_vector", Name_Std_Ulogic_Vector);
+ Def ("std_logic", Name_Std_Logic);
+ Def ("std_logic_vector", Name_Std_Logic_Vector);
+ Def ("rising_edge", Name_Rising_Edge);
+ Def ("falling_edge", Name_Falling_Edge);
+ Def ("vital_timing", Name_VITAL_Timing);
+ Def ("vital_level0", Name_VITAL_Level0);
+ Def ("vital_level1", Name_VITAL_Level1);
+ Def ("std_logic_arith", Name_Std_Logic_Arith);
+ Def ("std_logic_signed", Name_Std_Logic_Signed);
+ Def ("std_logic_unsigned", Name_Std_Logic_Unsigned);
-- Verilog keywords
Def ("always", Name_Always);