Skip to content

Commit

Permalink
Distribute IEEE sources
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed Jul 19, 2020
1 parent 27581be commit 5532a7c
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## 1.5 - 2020-07-19
- IEEE library sources are now distributed
- Updated FST library to match GtkWave 3.3.79
- The LXT wave output format is deprecated, use FST instead
- Fix incorrect file name in assertion message
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([nvc], [1.5-devel],
AC_INIT([nvc], [1.5],
[Nick Gasson <[email protected]>],
[nvc])
AC_PREREQ([2.63])
Expand Down
12 changes: 12 additions & 0 deletions lib/ieee/Makemodule.am
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,18 @@ ieee_DATA += $(ieee_so)

endif # IMPLIB_REQUIRED

EXTRA_DIST += \
lib/ieee/numeric_bit.vhdl \
lib/ieee/math_complex-body.vhdl \
lib/ieee/math_real-body.vhdl \
lib/ieee/numeric_bit-body.vhdl \
lib/ieee/numeric_std.vhdl \
lib/ieee/std_logic_1164-body.vhdl \
lib/ieee/math_complex.vhdl \
lib/ieee/std_logic_1164.vhdl \
lib/ieee/math_real.vhdl \
lib/ieee/numeric_std-body.vhdl

lib/ieee/_NVC_LIB:

lib/ieee/_index:
Expand Down
8 changes: 8 additions & 0 deletions lib/vital/Makemodule.am
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ vital_DATA += $(vital_so)

endif # IMPLIB_REQUIRED

EXTRA_DIST += \
lib/vital/timing_b.vhdl \
lib/vital/timing_p.vhdl \
lib/vital/prmtvs_b.vhdl \
lib/vital/memory_p.vhdl \
lib/vital/memory_b.vhdl \
lib/vital/prmtvs_p.vhdl

lib/ieee/_NVC_LIB:

lib/ieee/_index:
Expand Down

0 comments on commit 5532a7c

Please sign in to comment.