Replace Pspice U* and .model cards with their Xspice equivalent statements. There are still memory leaks which will be plugged next. The .subckts have only digital ports, which will need to addressed for mixed A/D designs.

This commit is contained in:
Brian Taylor
2022-10-07 12:49:29 +02:00
committed by Holger Vogt
parent 2c3c632349
commit 96a1b528fd
3 changed files with 165 additions and 39 deletions
+3 -2
View File
@@ -4,7 +4,8 @@
BOOL u_process_instance(char *line);
BOOL u_process_model_line(char *line);
BOOL u_check_instance(char *line);
void create_model_xlator(void);
void cleanup_model_xlator(void);
void initialize_udevice(void);
struct card *replacement_udevice_cards(void);
void cleanup_udevice(void);
#endif