ifspec.ifs
来自「ngspice又一个电子CAD仿真软件代码.功能更全」· IFS 代码 · 共 136 行
IFS
136 行
/* $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_jkff code model.===============================================================================*/ NAME_TABLE:C_Function_Name: cm_d_jkffSpice_Model_Name: d_jkffDescription: "digital jk-type flip flop"PORT_TABLE:Port_Name: j kDescription: "j input" "k input"Direction: in inDefault_Type: d dAllowed_Types: [d] [d]Vector: no noVector_Bounds: - -Null_Allowed: no noPORT_TABLE:Port_Name: clkDescription: "clock"Direction: inDefault_Type: dAllowed_Types: [d]Vector: noVector_Bounds: -Null_Allowed: noPORT_TABLE:Port_Name: set resetDescription: "asynch. set" "asynch. reset"Direction: in inDefault_Type: d dAllowed_Types: [d] [d]Vector: no noVector_Bounds: - -Null_Allowed: yes yesPORT_TABLE:Port_Name: out NoutDescription: "data output" "inverted data output"Direction: out outDefault_Type: d dAllowed_Types: [d] [d]Vector: no noVector_Bounds: - -Null_Allowed: yes yesPARAMETER_TABLE:Parameter_Name: clk_delay set_delay Description: "delay from clk" "delay from set"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: reset_delay ic Description: "delay from reset" "output initial state"Data_Type: real int Default_Value: 1.0e-9 0 Limits: [1e-12 -] [0 2] Vector: no noVector_Bounds: - -Null_Allowed: yes yes PARAMETER_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: jk_load clk_loadDescription: "j,k load values (F)" "clk load value (F)"Data_Type: real real Default_Value: 1.0e-12 1.0e-12 Limits: - - Vector: no no Vector_Bounds: - - Null_Allowed: yes yes PARAMETER_TABLE:Parameter_Name: set_load reset_loadDescription: "set load value (F)" "reset load value (F)"Data_Type: real real Default_Value: 1.0e-12 1.0e-12 Limits: - - Vector: no no Vector_Bounds: - - Null_Allowed: yes yes
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?