diff options
author | Tristan Gingold <tgingold@free.fr> | 2015-05-12 23:28:01 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2015-05-12 23:28:01 +0200 |
commit | 5c685c2456a2320adc6f132e7bd8704170ea7665 (patch) | |
tree | a3eef2d858c7686252042067b4254c91c0610080 | |
parent | 0223ee3f9267f5cb8ff9e2274c0c4c26efc515fc (diff) | |
download | ghdl-5c685c2456a2320adc6f132e7bd8704170ea7665.tar.gz ghdl-5c685c2456a2320adc6f132e7bd8704170ea7665.tar.bz2 ghdl-5c685c2456a2320adc6f132e7bd8704170ea7665.zip |
Add ieee context files.
-rw-r--r-- | libraries/Makefile.inc | 3 | ||||
-rw-r--r-- | src/vhdl/iirs.ads | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/libraries/Makefile.inc b/libraries/Makefile.inc index d2ef8c3f4..d4d402105 100644 --- a/libraries/Makefile.inc +++ b/libraries/Makefile.inc @@ -64,7 +64,8 @@ ieee2008/fixed_float_types.vhdl \ ieee2008/fixed_generic_pkg.vhdl ieee2008/fixed_generic_pkg-body.vhdl \ ieee2008/fixed_pkg.vhdl \ ieee2008/float_generic_pkg.vhdl ieee2008/float_generic_pkg-body.vhdl \ -ieee2008/float_pkg.vhdl +ieee2008/float_pkg.vhdl \ +ieee2008/ieee_bit_context.vhdl ieee2008/ieee_std_context.vhdl STD87_BSRCS := $(STD_SRCS:.vhdl=.v87) STD93_BSRCS := $(STD_SRCS:.vhdl=.v93) diff --git a/src/vhdl/iirs.ads b/src/vhdl/iirs.ads index 33b79e293..75db32235 100644 --- a/src/vhdl/iirs.ads +++ b/src/vhdl/iirs.ads @@ -169,6 +169,8 @@ package Iirs is -- -- Get/Set_Chain (Field2) -- + -- Time when the whole file has been analyzed. This allows ordering + -- analysis and detecting obsolete units across libraries. -- Get/Set_Analysis_Time_Stamp (Field3) -- -- Get/Set_File_Time_Stamp (Field4) |