soundsample.smp_dump.txt
来自「语音采集,直接在QUARTUSII中打开调试.」· 文本 代码 · 共 9 行
TXT
9 行
State Machine - |soundsample|ad0809:inst2|present_state
Name present_state.slock present_state.read present_state.swait present_state.write present_state.idle
present_state.idle 0 0 0 0 0
present_state.write 0 0 0 1 1
present_state.swait 0 0 1 0 1
present_state.read 0 1 0 0 1
present_state.slock 1 0 0 0 1
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?