Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

more xml script examples #70

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
adms-2.3.6:
* Fix parser for parameter lists in subdevice instanciation.
* Fix parser for parameter lists in subdevice instantiation.
* Remove duplicated constants on provided headers.
* Fix crash on x64 when printing the message about standard headers.

Expand All @@ -20,11 +20,11 @@ adms-2.3.5:
* Autotools, add back support for static and shared libraries build.
* Build shared libraries by default. Tested on Linux, Mac OSX, and MSYS2.
See the configure --disable-shared flag to change that.
* CMake contiues to builds static libraries only.
* CMake continues to builds static libraries only.

* Fix out-of-tree build for Autotools and CMake.

* Check scaling factors againd LRM v2.4.0
* Check scaling factors against LRM v2.4.0
* Add missing K scaling (uppercase kilo)
* standard scale_factor T|G|M|K|k|m|u|n|p|f|a
* Add testset (va and xml files) to test the scaling factors
Expand All @@ -49,7 +49,7 @@ adms-2.3.4:
* avoid spurious fatal error from an included file which last line contains
onlywhite space.
* preprocessorYacc.y:
* fix BSIM6 parse problem, string macro arg broken by continuator
* fix BSIM6 parse problem, string macro arg broken by line continuation
caused 'unexpected end-of-line' error.
* verilogLex.l:
* Change string recognition to allow embedded \" as literal quote
Expand Down
2 changes: 1 addition & 1 deletion admsXml/constants.vams
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
`define M_LN10 2.30258509299404568401
`define P_C 299792458 // m / s
`define P_H 6.62607004081e-34 //planck constant. in \text{ J⋅s}
`define P_MU0 1.2566370614e-6 // v. perm. H / m or T·m / A or Wb / (A·m) or V·s / (A·m)
`define P_U0 1.2566370614e-6 // v. perm. H / m or T·m / A or Wb / (A·m) or V·s / (A·m)

`endif // CONSTANTS_VAMS
4 changes: 3 additions & 1 deletion scripts/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ EXTRA_DIST= \
getargv.xml \
getenv.xml \
getinstance.xml \
html_params.xml \
gettransform.xml \
sort.xml \
strutils.xml \
vlatommlMODULE.htm.xml \
vlatovla.xml
vlatovla.xml \
xyceBasicTemplates.xml
Loading