XDM
XDM copied to clipboard
This is the XDM netlist converter, used to convert PSPICE and HSPICE netists into Xyce format.
src/c_boost/expr/ast_common.hpp makes use of std::istringstream, but does not include \. Some boost header must have silently pulled in sstream, but as of boost 1.84 that no longer happens. Trying to...
ast_common.hpp uses std::istringstream, but does not include \. This caused an XDM build failure on my system for the first time in a long time. It used to build just...
The XDM schema in XDM/src/python/xdm/inout/xml/schema/xyce.xml contains information for the EKV 3.01 model (level 301 MOSFET), present only in the nonfree version of Xyce, but does not contain the EKV 2.6...
Xyce 7.7 contains a number of updates to the diode model that included a new instance parameter and a number of new model parameters. The file XDM/src/python/xdm/inout/xml/schema/xyce.xml does not have...
This is probably just requires duplicating the 108 definition in the XML and removing any new parameters.
Hello, I had another attempt with setuptools, I think now it is good. Would you want to try?