From d740f82f7d6a5ba7007052da6592f0a4b7d39fa7 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Wed, 27 Aug 2025 23:55:19 +0200 Subject: [PATCH] make parameter l lower case, add parameter 'file' --- src/xspice/icm/xtradev/degmonitor/ifspec.ifs | 25 ++++++++++++++------ 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/src/xspice/icm/xtradev/degmonitor/ifspec.ifs b/src/xspice/icm/xtradev/degmonitor/ifspec.ifs index cd93b349a..092d808b1 100644 --- a/src/xspice/icm/xtradev/degmonitor/ifspec.ifs +++ b/src/xspice/icm/xtradev/degmonitor/ifspec.ifs @@ -87,13 +87,24 @@ Null_Allowed: yes yes PARAMETER_TABLE: -Parameter_Name: L -Description: "channel length" -Data_Type: real -Default_Value: 0.13e-6 -Limits: - -Vector: no -Vector_Bounds: - +Parameter_Name: l devmod +Description: "channel length" "device model" +Data_Type: real string +Default_Value: 0.13e-6 " " +Limits: - - +Vector: no no +Vector_Bounds: - - +Null_Allowed: yes yes + +PARAMETER_TABLE: + +Parameter_Name: file +Description: "file name" +Data_Type: string +Default_Value: "degradation-model.txt" +Limits: - +Vector: no +Vector_Bounds: - Null_Allowed: yes