📄 cnt2.fit.eqn
字号:
--HH[1] is HH[1] at LC_X26_Y9_N2
--operation mode is normal
HH[1]_lut_out = HH[1] $ HH[0];
HH[1] = DFFEA(HH[1]_lut_out, GLOBAL(CLK), GLOBAL(CLR), , , , );
--HH[2] is HH[2] at LC_X26_Y9_N8
--operation mode is normal
HH[2]_lut_out = HH[2] $ (HH[1] & HH[0]);
HH[2] = DFFEA(HH[2]_lut_out, GLOBAL(CLK), GLOBAL(CLR), , , , );
--HH[0] is HH[0] at LC_X26_Y9_N5
--operation mode is normal
HH[0]_lut_out = !HH[0];
HH[0] = DFFEA(HH[0]_lut_out, GLOBAL(CLK), GLOBAL(CLR), , , , );
--CLK is CLK at Pin_10
--operation mode is input
CLK = INPUT();
--CLR is CLR at Pin_66
--operation mode is input
CLR = INPUT();
--Q8 is Q8 at Pin_70
--operation mode is output
Q8 = OUTPUT(HH[1]);
--Q9 is Q9 at Pin_69
--operation mode is output
Q9 = OUTPUT(HH[2]);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -