cnt2.fit.eqn
来自「对输入时钟做除以8的分频和除以4的分频功能」· EQN 代码 · 共 48 行
EQN
48 行
--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 + =
减小字号Ctrl + -
显示快捷键?