diff options
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/Makefile.inc b/libraries/Makefile.inc index d2ef8c3..d4d4021 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) |