aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2015-05-13 07:54:42 +0200
committerTristan Gingold <tgingold@free.fr>2015-05-13 07:54:42 +0200
commita85cce9b6f89324dead5da3550af2a71da94d85f (patch)
tree5a71a28aeb1f4fd7970c8776a8441372725d1fee
parent9f700fc624a10e380198df0b53f874a3de963560 (diff)
downloadghdl-a85cce9b6f89324dead5da3550af2a71da94d85f.tar.gz
ghdl-a85cce9b6f89324dead5da3550af2a71da94d85f.tar.bz2
ghdl-a85cce9b6f89324dead5da3550af2a71da94d85f.zip
Add ieee context files.
-rw-r--r--libraries/ieee2008/ieee_bit_context.vhdl4
-rw-r--r--libraries/ieee2008/ieee_std_context.vhdl5
2 files changed, 9 insertions, 0 deletions
diff --git a/libraries/ieee2008/ieee_bit_context.vhdl b/libraries/ieee2008/ieee_bit_context.vhdl
new file mode 100644
index 000000000..944ab3108
--- /dev/null
+++ b/libraries/ieee2008/ieee_bit_context.vhdl
@@ -0,0 +1,4 @@
+context IEEE_BIT_CONTEXT is
+ library IEEE;
+ use IEEE.NUMERIC_BIT.all;
+end context IEEE_BIT_CONTEXT;
diff --git a/libraries/ieee2008/ieee_std_context.vhdl b/libraries/ieee2008/ieee_std_context.vhdl
new file mode 100644
index 000000000..b763dd6dd
--- /dev/null
+++ b/libraries/ieee2008/ieee_std_context.vhdl
@@ -0,0 +1,5 @@
+context IEEE_STD_CONTEXT is
+ library IEEE;
+ use IEEE.STD_LOGIC_1164.all;
+ use IEEE.NUMERIC_STD.all;
+end context IEEE_STD_CONTEXT;