📄 ex1.mod
字号:
MODEL
MODEL_VERSION "v1998.8";
DESIGN "ex1";
/* port names and type */
INPUT S:PIN23 = b;
INPUT S:PIN20 = a;
INPUT S:PIN24 = c_in;
OUTPUT S:PIN52 = c_out;
OUTPUT S:PIN56 = sum;
/* timing arc definitions */
b_c_out_delay: DELAY b c_out;
a_c_out_delay: DELAY a c_out;
c_in_c_out_delay: DELAY c_in c_out;
b_sum_delay: DELAY b sum;
a_sum_delay: DELAY a sum;
c_in_sum_delay: DELAY c_in sum;
/* timing check arc definitions */
ENDMODEL
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -