Skip to content

Commit

Permalink
Updates to adms, and adms scripts in WRspice, to handle arrays.
Browse files Browse the repository at this point in the history
Incremented adms version to 2.3.62.  The verilogaYacc.y.in file
was modified, so it is now carried along to replace the file in
the imported distribution.
  • Loading branch information
wrcad committed Nov 11, 2017
1 parent 47e72e5 commit 4932e5e
Show file tree
Hide file tree
Showing 9 changed files with 1,883 additions and 98 deletions.
1 change: 1 addition & 0 deletions adms/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ unpack:
cp -f files/mkelements.pl adms_wr/admsXml; \
cp -f files/admsPreprocessor.h adms_wr/admsXml; \
cp -f files/admsVeriloga.h adms_wr/admsXml; \
cp -f files/verilogaYacc.y.in adms_wr/admsXml; \
if [ $(REGEN) = yes ]; then \
cd adms_wr; $(ACONF); ./configure --enable-maint=yes; \
else \
Expand Down
4 changes: 4 additions & 0 deletions adms/README
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ However, there were some changes made when building this package:
Did the same modification to the source files admsPreprocessor.h
and admsVeriloga.h, also in ./files.

2.3.62: 11/10/2017
Modified verilogaYacc.y.in so that array endpoints are tk_integer
instead or tk_number. Arrays are now supported in WRspice.

------------------------------------------------------------------------
Changes from original adms-2.3.0, also see the ChangeLog in the
distribution.
Expand Down
Loading

0 comments on commit 4932e5e

Please sign in to comment.