📄 suocunqi.fit.eqn
字号:
--A1L4 is q$latch~27 at LC8_E6
--operation mode is normal
A1L4 = d & (A1L4 # clk) # !d & A1L4 & !clk;
--d is d at PIN_184
--operation mode is input
d = INPUT();
--clk is clk at PIN_182
--operation mode is input
clk = INPUT();
--q is q at PIN_119
--operation mode is output
q = OUTPUT(A1L4);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -