lcdcont.smp_dump.txt

来自「用vhdl语言实现2DPSK数字传输」· 文本 代码 · 共 17 行

TXT
17
字号

State Machine - |lcdcont|lcd:mylcd|state
Name state.write state.position state.code_address2 state.code_address1 state.ini2 state.ini1 state.idle state.home state.setmode state.clear state.dispoff state.setfunc state.warmup 
state.warmup 0 0 0 0 0 0 0 0 0 0 0 0 0 
state.setfunc 0 0 0 0 0 0 0 0 0 0 0 1 1 
state.dispoff 0 0 0 0 0 0 0 0 0 0 1 0 1 
state.clear 0 0 0 0 0 0 0 0 0 1 0 0 1 
state.setmode 0 0 0 0 0 0 0 0 1 0 0 0 1 
state.home 0 0 0 0 0 0 0 1 0 0 0 0 1 
state.idle 0 0 0 0 0 0 1 0 0 0 0 0 1 
state.ini1 0 0 0 0 0 1 0 0 0 0 0 0 1 
state.ini2 0 0 0 0 1 0 0 0 0 0 0 0 1 
state.code_address1 0 0 0 1 0 0 0 0 0 0 0 0 1 
state.code_address2 0 0 1 0 0 0 0 0 0 0 0 0 1 
state.position 0 1 0 0 0 0 0 0 0 0 0 0 1 
state.write 1 0 0 0 0 0 0 0 0 0 0 0 1 

⌨️ 快捷键说明

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