?? findout.abl
字號:
module findout options '-ivector findout.tmv'
title 'The ABEL simulator will find the output levels
Ngoc Nicholas Data I/O Corp 9 Aug 1990'
F1 device 'P16L8';
A,B,Y1,Y2 pin 1,2,14,15;
X = .X.;
equations
!Y1 = A # B;
!Y2 = A $ B;
test_vectors
([A,B] -> [Y1,Y2])
[0,0] -> [ X, X];
[0,1] -> [ X, X];
[1,0] -> [ X, X];
[1,1] -> [ X, X];
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -