protect.abt

来自「这是一个开发gal16v8器件的详细源代码」· ABT 代码 · 共 47 行

ABT
47
字号


MODULE protect

" TOOL:     ispLEVER
" DATE:     Thu Sep 14 11:01:44 2006 
" TITLE:    protect.bls 
" MODULE:   protect
" DESIGN:   protect
" FILENAME: protect.abt
" PROJECT:  protect
" VERSION:  5.0.01.73.31.05_Starter

" NOTE: DO NOT EDIT THIS FILE DIRECTLY.
" This file is auto generated by ispLEVER System.
" It can be removed or overwritten automatically.
" If you want to edit this file, copy it to another file or 
" rename it with different file extension first. 


" Inputs
    S pin;
    R3 pin;
    R2 pin;
    R1B pin;
    R1A pin;
    P pin;


" Outputs
    RESET pin;
    Q3 pin;
    Q2 pin;
    Q1 pin;
    PSO pin;


" Bidirs



Test_vectors
([S,R3,R2,R1B,R1A,P] -> [RESET,Q3,Q2,Q1,PSO])


END

⌨️ 快捷键说明

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