aboutsummaryrefslogtreecommitdiffstats
path: root/src/std_names.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2023-01-18 19:33:06 +0100
committerTristan Gingold <tgingold@free.fr>2023-01-18 19:33:06 +0100
commit5bae163c99500d2395391a40b55d2c5618eaccd1 (patch)
tree95bccde5f16e999df49a467e604c47ddc3493457 /src/std_names.adb
parentd3e614c9ca81107ed059e5ed393a326265392f41 (diff)
downloadghdl-5bae163c99500d2395391a40b55d2c5618eaccd1.tar.gz
ghdl-5bae163c99500d2395391a40b55d2c5618eaccd1.tar.bz2
ghdl-5bae163c99500d2395391a40b55d2c5618eaccd1.zip
std_names: add more AMS names
Diffstat (limited to 'src/std_names.adb')
-rw-r--r--src/std_names.adb19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/std_names.adb b/src/std_names.adb
index 741a464d6..b82a7c549 100644
--- a/src/std_names.adb
+++ b/src/std_names.adb
@@ -366,6 +366,25 @@ package body Std_Names is
Def ("s_until_with", Name_S_Until_With);
Def ("until_with", Name_Until_With);
+ -- Verilog AMS
+ Def ("analog", Name_Analog);
+ Def ("discipline", Name_Discipline);
+ Def ("enddiscipline", Name_Enddiscipline);
+ Def ("endnature", Name_Endnature);
+ Def ("potential", Name_Potential);
+ Def ("flow", Name_Flow);
+ Def ("discrete", Name_Discrete);
+ Def ("continuous", Name_Continuous);
+ Def ("abstol", Name_Abstol);
+ Def ("ddt_nature", Name_Ddt_Nature);
+ Def ("idt_nature", Name_Idt_Nature);
+ Def ("branch", Name_Branch);
+ Def ("from", Name_From);
+ Def ("exclude", Name_Exclude);
+ Def ("ddt", Name_Ddt);
+ Def ("idt", Name_Idt);
+ Def ("white_noise", Name_White_Noise);
+
-- Create operators.
Def ("=", Name_Op_Equality);
Def ("/=", Name_Op_Inequality);