From cbbde0437d59e174227a143d0bfaeb29d74bc25b Mon Sep 17 00:00:00 2001 From: dwarning Date: Thu, 23 Feb 2006 08:41:11 +0000 Subject: [PATCH] Some actualizations. --- README.adms | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.adms b/README.adms index f13a0a1cc..d46f0f011 100644 --- a/README.adms +++ b/README.adms @@ -77,9 +77,10 @@ Limitations: Once you have found the (device_type, device_level) couple you have identified the files you have to edit: - /src/Makefile.am - Here you have to add the entry in DYNAMIC_DEVICELIBS for your new library - + /configure.in + Here you have to add the entries in adms section for your new directory + and library. + /src/spicelib/parser/inp2.c Substitute with the letter corresponding to the type of you new model. Here you have to add the interface code for your @@ -88,10 +89,8 @@ Limitations: /src/spicelib/parser/inpdomod.c Here you have to add a switch for the level of your new device. - + /src/spicelib/devices/dev.c - /src/spicelib/devices/Makefile.am - /configure.in Follow the structure of the files and add information on your new model. In dev.c you have to adjust some macro.