aboutsummaryrefslogtreecommitdiffstats
path: root/src/std_names.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-03-17 18:44:41 +0100
committerTristan Gingold <tgingold@free.fr>2021-03-17 18:44:41 +0100
commit0d8f155d3c9e5413a42984f0f290c71ab89a71ba (patch)
tree5716d599913af51e021c542c6c39498f49191441 /src/std_names.adb
parent009f0b955b5084594b6912d261405fd1936750f9 (diff)
downloadghdl-0d8f155d3c9e5413a42984f0f290c71ab89a71ba.tar.gz
ghdl-0d8f155d3c9e5413a42984f0f290c71ab89a71ba.tar.bz2
ghdl-0d8f155d3c9e5413a42984f0f290c71ab89a71ba.zip
std_names: add Name_Loc
Diffstat (limited to 'src/std_names.adb')
-rw-r--r--src/std_names.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/std_names.adb b/src/std_names.adb
index df2e399ce..b9eeea05e 100644
--- a/src/std_names.adb
+++ b/src/std_names.adb
@@ -684,6 +684,7 @@ package body Std_Names is
Def ("anyconst", Name_Anyconst);
Def ("anyseq", Name_Anyseq);
Def ("gclk", Name_Gclk);
+ Def ("loc", Name_Loc);
-- Verilog directives
Def ("define", Name_Define);