Browse Source

Initial files for translating Pspice u.. instances and timing models into Xspice equivalents. Standard gates, tristate gates, dff, jkff, dlatch are supported. Compound gates and pullup/down are not done. Makefile and frontend/inpcom.c changes have not been finished. These modifications will be needed to complete integration.

pre-master-46
Brian Taylor 4 years ago
committed by Holger Vogt
parent
commit
620c15a981
  1. 2394
      src/frontend/udevices.c
  2. 10
      src/include/ngspice/udevices.h

2394
src/frontend/udevices.c
File diff suppressed because it is too large
View File

10
src/include/ngspice/udevices.h

@ -0,0 +1,10 @@
#ifndef INCLUDED_UDEVICES
#define INCLUDED_UDEVICES
BOOL u_process_instance(char *line);
BOOL u_process_model_line(char *line);
BOOL u_check_instaance(char *line);
void create_model_xlator(void);
void cleanup_model_xlator(void);
#endif
Loading…
Cancel
Save