main.smp_dump.txt

来自「vhdl语言编写的交通灯程序」· 文本 代码 · 共 15 行

TXT
15
字号

State Machine - |Main|ControlB:u5|temp_color
Name temp_color.state_bit_1 temp_color.state_bit_0 
temp_color.red 0 0 
temp_color.green 0 1 
temp_color.yellow 1 1 
temp_color.turn 1 0 

State Machine - |Main|ControlA:u4|temp_color
Name temp_color.state_bit_1 temp_color.state_bit_0 
temp_color.green 0 0 
temp_color.yellow 1 0 
temp_color.red 0 1 
temp_color.turn 1 1 

⌨️ 快捷键说明

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