?? debounce.map.eqn
字號:
--p_state[0] is p_state[0]
--operation mode is normal
p_state[0]_lut_out = p_state[0] & !done & (p_state[1] $ !SW) # !p_state[0] & (p_state[1] $ !SW);
p_state[0] = DFFE(p_state[0]_lut_out, clk, reset, , );
--p_state[1] is p_state[1]
--operation mode is normal
p_state[1]_lut_out = p_state[1] $ (p_state[0] & done);
p_state[1] = DFFE(p_state[1]_lut_out, clk, reset, , );
--SW is SW
--operation mode is input
SW = INPUT();
--done is done
--operation mode is input
done = INPUT();
--clk is clk
--operation mode is input
clk = INPUT();
--reset is reset
--operation mode is input
reset = INPUT();
--START is START
--operation mode is output
START = OUTPUT(p_state[0]);
--SWdown is SWdown
--operation mode is output
SWdown = OUTPUT(!p_state[1]);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -