ifspec.ifs
来自「ngspice又一个电子CAD仿真软件代码.功能更全」· IFS 代码 · 共 63 行
IFS
63 行
/* $Id: ifspec.ifs,v 1.2 2003/08/05 17:20:38 pnenzi Exp $ *//*.......1.........2.........3.........4.........5.........6.........7.........8================================================================================Copyright 1991Georgia Tech Research Corporation, Atlanta, Ga. 30332All Rights ReservedAUTHORS 30 Sept 1991 Jeffrey P. MurraySUMMARY This file contains the interface specification file for the digital d_nor code model.===============================================================================*/ NAME_TABLE:C_Function_Name: cm_d_norSpice_Model_Name: d_norDescription: "digital n-input nor gate"PORT_TABLE:Port_Name: in outDescription: "input" "output"Direction: in outDefault_Type: d dAllowed_Types: [d] [d]Vector: yes noVector_Bounds: [2 -] -Null_Allowed: no noPARAMETER_TABLE:Parameter_Name: rise_delay fall_delay Description: "rise delay" "fall delay"Data_Type: real real Default_Value: 1.0e-9 1.0e-9 Limits: [1e-12 -] [1e-12 -] Vector: no noVector_Bounds: - -Null_Allowed: yes yes PARAMETER_TABLE:Parameter_Name: input_loadDescription: "input load value (pF)" Data_Type: real Default_Value: 1.0e-12Limits: - Vector: no Vector_Bounds: - Null_Allowed: yes
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?