?? control.vhd
字號(hào):
library ieee;
use ieee.std_logic_1164.all;
entity control is
port(zuoduan,youduan:in std_logic;
over:out std_logic);
end control;
architecture one of control is
begin
over<=zuoduan or youduan;
end one;
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -