⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fenpin.map.eqn

📁 分频器 8分频器 50 已经测试 可以用 代码可更改
💻 EQN
字号:
--tmp[0] is tmp[0]
tmp[0]_reg_input = VCC;
tmp[0] = TFFE(tmp[0]_reg_input, GLOBAL(clk), GLOBAL(clr), , );


--tmp[1] is tmp[1]
tmp[1]_or_out = tmp[0];
tmp[1]_reg_input = tmp[1]_or_out;
tmp[1] = TFFE(tmp[1]_reg_input, GLOBAL(clk), GLOBAL(clr), , );


--tmp[2] is tmp[2]
tmp[2]_p1_out = tmp[1] & tmp[0];
tmp[2]_or_out = tmp[2]_p1_out;
tmp[2]_reg_input = tmp[2]_or_out;
tmp[2] = TFFE(tmp[2]_reg_input, GLOBAL(clk), GLOBAL(clr), , );


--A1L3Q is clout~reg0
A1L3Q_or_out = tmp[2];
A1L3Q_reg_input = A1L3Q_or_out;
A1L3Q = DFFE(A1L3Q_reg_input, GLOBAL(clk), , , GLOBAL(clr));


--clk is clk
--operation mode is input

clk = INPUT();


--clr is clr
--operation mode is input

clr = INPUT();


--clout is clout
--operation mode is output

clout = OUTPUT(A1L3Q);


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -