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

📄 ifspec.ifs

📁 ngspice又一个电子CAD仿真软件代码.功能更全
💻 IFS
字号:
/* $Id: ifspec.ifs,v 1.2 2003/08/05 17:20:40 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_state (state machine) code model.===============================================================================*/ NAME_TABLE:C_Function_Name:       cm_d_stateSpice_Model_Name:      d_stateDescription:           "digital state machine"PORT_TABLE:Port_Name:           in             clkDescription:         "input"        "clock"Direction:           in             inDefault_Type:        d              dAllowed_Types:       [d]            [d]Vector:               yes            noVector_Bounds:        -              -Null_Allowed:        yes            noPORT_TABLE:Port_Name:           reset          outDescription:         "reset"        "output"Direction:           in             outDefault_Type:        d              dAllowed_Types:       [d]            [d]Vector:               no             yesVector_Bounds:        -              [1 -]Null_Allowed:        yes            noPARAMETER_TABLE:Parameter_Name:     clk_delay           reset_delayDescription:        "delay from CLK"    "delay from reset"Data_Type:          real                realDefault_Value:      1.0e-9              1.0e-9Limits:             -                   -          Vector:              no                  noVector_Bounds:       -                   -           Null_Allowed:       yes                 yes       PARAMETER_TABLE:Parameter_Name:     state_fileDescription:        "state transition specification file name"  Data_Type:          string Default_Value:      "state.txt"                       Limits:             -                                  Vector:              no                              Vector_Bounds:       -                                Null_Allowed:       no                          PARAMETER_TABLE:Parameter_Name:     reset_stateDescription:        "default state on RESET & at DC"  Data_Type:          int Default_Value:      0                       Limits:             -                                  Vector:              no                              Vector_Bounds:       -                                Null_Allowed:       no                          PARAMETER_TABLE:Parameter_Name:     input_loadDescription:        "input loading capacitance (F)"  Data_Type:          real Default_Value:      1.0e-12                       Limits:             -                                  Vector:              no                              Vector_Bounds:       -                                Null_Allowed:       no                          PARAMETER_TABLE:Parameter_Name:     clk_loadDescription:        "clock loading capacitance (F)"  Data_Type:          real Default_Value:      1.0e-12                       Limits:             -                                  Vector:              no                              Vector_Bounds:       -                                Null_Allowed:       no                          PARAMETER_TABLE:Parameter_Name:     reset_loadDescription:        "reset loading capacitance (F)"  Data_Type:          real Default_Value:      1.0e-12                       Limits:             -                                  Vector:              no                              Vector_Bounds:       -                                Null_Allowed:       no                          

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -