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

📄 ifspec.ifs

📁 ngspice又一个电子CAD仿真软件代码.功能更全
💻 IFS
字号:
/* $Id: ifspec.ifs,v 1.2 2003/08/05 17:20:39 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_ram code model.===============================================================================*/ NAME_TABLE:C_Function_Name:       cm_d_ramSpice_Model_Name:      d_ramDescription:           "digital random-access memory"PORT_TABLE:Port_Name:           data_in                data_outDescription:         "data input line(s)"   "data output line(s)"    Direction:           in                     outDefault_Type:        d                      dAllowed_Types:       [d]                    [d]Vector:               yes                    yesVector_Bounds:        [1 -]                  [1 -]Null_Allowed:        no                     noPORT_TABLE:Port_Name:           address                    write_enDescription:         "address input line(s)"    "write enable"Direction:           in                         inDefault_Type:        d                          dAllowed_Types:       [d]                        [d]Vector:               yes                        noVector_Bounds:        [1 -]                      -Null_Allowed:        no                         noPORT_TABLE:Port_Name:           select              Description:         "chip select line(s)" Direction:           in           Default_Type:        d                  Allowed_Types:       [d]                Vector:               yes                 Vector_Bounds:        [1 16]                  Null_Allowed:        no                PARAMETER_TABLE:Parameter_Name:     select_value           	            Description:        "decimal active value for select line comparison"     Data_Type:          int              Default_Value:      1              Limits:             [0 32767]         Vector:              no                  Vector_Bounds:       -                   Null_Allowed:       yes               PARAMETER_TABLE:Parameter_Name:     icDescription:        "initial bit state @ DC"Data_Type:          intDefault_Value:      2Limits:             [0 2]      Vector:              noVector_Bounds:       -Null_Allowed:       yesPARAMETER_TABLE:Parameter_Name:     read_delay         	Description:        "read delay from address/select/write_en active"Data_Type:          real                  Default_Value:      100.0e-9               Limits:             [1e-12 -]                 Vector:              no                 Vector_Bounds:       -                  Null_Allowed:       yes                  PARAMETER_TABLE:Parameter_Name:     data_load                   address_loadDescription:        "data_in load value (F)"    "address line 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:     select_load             enable_loadDescription:        "select load value (F)" "enable line 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 + -