From aaec6be4c63eb43a141b1aae570dfc3d5ba3da04 Mon Sep 17 00:00:00 2001 From: dwarning Date: Wed, 23 Dec 2020 12:06:09 +0100 Subject: [PATCH] only one .va file for psp model --- .../devices/adms/psp102/admsva/psp102_nqs.va | 52 ------------------ .../devices/adms/psp102/admsva/psp102b.va | 50 ----------------- .../devices/adms/psp102/admsva/psp102b_nqs.va | 54 ------------------- .../devices/adms/psp102/admsva/psp102e.va | 50 ----------------- .../devices/adms/psp102/admsva/psp102e_nqs.va | 54 ------------------- 5 files changed, 260 deletions(-) delete mode 100644 src/spicelib/devices/adms/psp102/admsva/psp102_nqs.va delete mode 100644 src/spicelib/devices/adms/psp102/admsva/psp102b.va delete mode 100644 src/spicelib/devices/adms/psp102/admsva/psp102b_nqs.va delete mode 100644 src/spicelib/devices/adms/psp102/admsva/psp102e.va delete mode 100644 src/spicelib/devices/adms/psp102/admsva/psp102e_nqs.va diff --git a/src/spicelib/devices/adms/psp102/admsva/psp102_nqs.va b/src/spicelib/devices/adms/psp102/admsva/psp102_nqs.va deleted file mode 100644 index 5f3949eb6..000000000 --- a/src/spicelib/devices/adms/psp102/admsva/psp102_nqs.va +++ /dev/null @@ -1,52 +0,0 @@ -//====================================================================================== -//====================================================================================== -// Filename: psp102_nqs.va -//====================================================================================== -//====================================================================================== -// -// (c) Copyright notice -// -// Since 2012 until today, PSP has been co-developed by NXP Semiconductors and -// Delft University of Technology. For this part of the model, each claim undivided -// ownership and copyrights -// Until and including 2011, PSP has been co-developed by NXP Semiconductors and -// Arizona State University. For this part of the model, NXP Semiconductors claims -// undivided ownership and copyrights. -// -// -// Version: 102.5.0, December 2013 -// -//====================================================================================== -//====================================================================================== -// -// Further information can be found in the file releasenotesPSP102.txt -// - -`include "discipline.h" - -`define NQSmodel true - -`include "Common102_macrodefs.include" - -`include "JUNCAP200_macrodefs.include" - -`include "PSP102_macrodefs.include" - -// Note: some verilog-A compilers have problems handling the ddx-operator, -// which occurs in definition of OP-output variables. If the line below is -// commented out, all OP-output variables using the ddx-operator are skipped. -`define OPderiv - -///////////////////////////////////////////////////////////////////////////// -// -// PSP global model code -// -///////////////////////////////////////////////////////////////////////////// - -`include "PSP102_nqs_macrodefs.include" - -module PSPNQS102VA(D, G, S, B); - -`include "PSP102_module.include" - -endmodule diff --git a/src/spicelib/devices/adms/psp102/admsva/psp102b.va b/src/spicelib/devices/adms/psp102/admsva/psp102b.va deleted file mode 100644 index 533057fb8..000000000 --- a/src/spicelib/devices/adms/psp102/admsva/psp102b.va +++ /dev/null @@ -1,50 +0,0 @@ -//====================================================================================== -//====================================================================================== -// Filename: psp102b.va -//====================================================================================== -//====================================================================================== -// -// (c) Copyright notice -// -// Since 2012 until today, PSP has been co-developed by NXP Semiconductors and -// Delft University of Technology. For this part of the model, each claim undivided -// ownership and copyrights -// Until and including 2011, PSP has been co-developed by NXP Semiconductors and -// Arizona State University. For this part of the model, NXP Semiconductors claims -// undivided ownership and copyrights. -// -// -// Version: 102.5.0, December 2013 -// -//====================================================================================== -//====================================================================================== -// -// Further information can be found in the file releasenotesPSP102.txt -// - -`include "discipline.h" - -`define Binning true - -`include "Common102_macrodefs.include" - -`include "JUNCAP200_macrodefs.include" - -`include "PSP102_macrodefs.include" - -// Note: some verilog-A compilers have problems handling the ddx-operator, -// which occurs in definition of OP-output variables. If the line below is -// commented out, all OP-output variables using the ddx-operator are skipped. -`define OPderiv - -///////////////////////////////////////////////////////////////////////////// -// -// PSP global model code (binning) -// -///////////////////////////////////////////////////////////////////////////// - -module PSP102BVA(D, G, S, B); - -`include "PSP102_module.include" - -endmodule diff --git a/src/spicelib/devices/adms/psp102/admsva/psp102b_nqs.va b/src/spicelib/devices/adms/psp102/admsva/psp102b_nqs.va deleted file mode 100644 index 31ab5c823..000000000 --- a/src/spicelib/devices/adms/psp102/admsva/psp102b_nqs.va +++ /dev/null @@ -1,54 +0,0 @@ -//====================================================================================== -//====================================================================================== -// Filename: psp102b_nqs.va -//====================================================================================== -//====================================================================================== -// -// (c) Copyright notice -// -// Since 2012 until today, PSP has been co-developed by NXP Semiconductors and -// Delft University of Technology. For this part of the model, each claim undivided -// ownership and copyrights -// Until and including 2011, PSP has been co-developed by NXP Semiconductors and -// Arizona State University. For this part of the model, NXP Semiconductors claims -// undivided ownership and copyrights. -// -// -// Version: 102.5.0, December 2013 -// -//====================================================================================== -//====================================================================================== -// -// Further information can be found in the file releasenotesPSP102.txt -// - -`include "discipline.h" - -`define NQSmodel true - -`define Binning true - -`include "Common102_macrodefs.include" - -`include "JUNCAP200_macrodefs.include" - -`include "PSP102_macrodefs.include" - -// Note: some verilog-A compilers have problems handling the ddx-operator, -// which occurs in definition of OP-output variables. If the line below is -// commented out, all OP-output variables using the ddx-operator are skipped. -`define OPderiv - -///////////////////////////////////////////////////////////////////////////// -// -// PSP global model code (binning) -// -///////////////////////////////////////////////////////////////////////////// - -`include "PSP102_nqs_macrodefs.include" - -module PSPNQS102BVA(D, G, S, B); - -`include "PSP102_module.include" - -endmodule diff --git a/src/spicelib/devices/adms/psp102/admsva/psp102e.va b/src/spicelib/devices/adms/psp102/admsva/psp102e.va deleted file mode 100644 index 444292e7a..000000000 --- a/src/spicelib/devices/adms/psp102/admsva/psp102e.va +++ /dev/null @@ -1,50 +0,0 @@ -//====================================================================================== -//====================================================================================== -// Filename: psp102e.va -//====================================================================================== -//====================================================================================== -// -// (c) Copyright notice -// -// Since 2012 until today, PSP has been co-developed by NXP Semiconductors and -// Delft University of Technology. For this part of the model, each claim undivided -// ownership and copyrights -// Until and including 2011, PSP has been co-developed by NXP Semiconductors and -// Arizona State University. For this part of the model, NXP Semiconductors claims -// undivided ownership and copyrights. -// -// -// Version: 102.5.0, December 2013 -// -//====================================================================================== -//====================================================================================== -// -// Further information can be found in the file releasenotesPSP102.txt -// - -`include "discipline.h" - -`define LocalModel true - -`include "Common102_macrodefs.include" - -`include "JUNCAP200_macrodefs.include" - -`include "PSP102_macrodefs.include" - -// Note: some verilog-A compilers have problems handling the ddx-operator, -// which occurs in definition of OP-output variables. If the line below is -// commented out, all OP-output variables using the ddx-operator are skipped. -`define OPderiv - -///////////////////////////////////////////////////////////////////////////// -// -// PSP local model code -// -///////////////////////////////////////////////////////////////////////////// - -module PSP102EVA(D, G, S, B); - -`include "PSP102_module.include" - -endmodule diff --git a/src/spicelib/devices/adms/psp102/admsva/psp102e_nqs.va b/src/spicelib/devices/adms/psp102/admsva/psp102e_nqs.va deleted file mode 100644 index 26ed842e6..000000000 --- a/src/spicelib/devices/adms/psp102/admsva/psp102e_nqs.va +++ /dev/null @@ -1,54 +0,0 @@ -//====================================================================================== -//====================================================================================== -// Filename: psp102e_nqs.va -//====================================================================================== -//====================================================================================== -// -// (c) Copyright notice -// -// Since 2012 until today, PSP has been co-developed by NXP Semiconductors and -// Delft University of Technology. For this part of the model, each claim undivided -// ownership and copyrights -// Until and including 2011, PSP has been co-developed by NXP Semiconductors and -// Arizona State University. For this part of the model, NXP Semiconductors claims -// undivided ownership and copyrights. -// -// -// Version: 102.5.0, December 2013 -// -//====================================================================================== -//====================================================================================== -// -// Further information can be found in the file releasenotesPSP102.txt -// - -`include "discipline.h" - -`define NQSmodel true - -`define LocalModel true - -`include "Common102_macrodefs.include" - -`include "JUNCAP200_macrodefs.include" - -`include "PSP102_macrodefs.include" - -// Note: some verilog-A compilers have problems handling the ddx-operator, -// which occurs in definition of OP-output variables. If the line below is -// commented out, all OP-output variables using the ddx-operator are skipped. -`define OPderiv - -///////////////////////////////////////////////////////////////////////////// -// -// PSP local model code -// -///////////////////////////////////////////////////////////////////////////// - -`include "PSP102_nqs_macrodefs.include" - -module PSPNQS102EVA(D, G, S, B); - -`include "PSP102_module.include" - -endmodule