controla.smp_dump.txt
来自「vhdl语言编写的交通灯程序」· 文本 代码 · 共 8 行
TXT
8 行
State Machine - |ControlA|temp_color
Name temp_color.turn temp_color.red temp_color.yellow temp_color.green
temp_color.green 0 0 0 0
temp_color.yellow 0 0 1 1
temp_color.red 0 1 0 1
temp_color.turn 1 0 0 1
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?