⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ifspec.ifs

📁 ngspice又一个电子CAD仿真软件代码.功能更全
💻 IFS
字号:
/* $Id: ifspec.ifs,v 1.2 2003/08/05 17:20:37 pnenzi Exp $ *//*.......1.........2.........3.........4.........5.........6.........7.........8================================================================================Copyright 1991Georgia Tech Research Corporation, Atlanta, Ga. 30332All Rights ReservedAUTHORS                          27 Sept 1991     Jeffrey P. MurraySUMMARY    This file contains the interface specification file for the     digital d_ff code model.===============================================================================*/ NAME_TABLE:C_Function_Name:       cm_d_dffSpice_Model_Name:      d_dffDescription:           "digital d-type flip flop"PORT_TABLE:Port_Name:           data               clkDescription:         "input data"       "clock"Direction:           in                 inDefault_Type:        d                  dAllowed_Types:       [d]                [d]Vector:               no                 noVector_Bounds:        -                  -Null_Allowed:        no                 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:     data_load               clk_loadDescription:        "data load value (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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -