com9s.vhd
来自「vhdl course 100 case」· VHDL 代码 · 共 6 行
VHD
6 行
--com9s.vhd 9's generator
library ieee ;
use ieee.std_logic_1164.all;
entity com9s is
port(
a : in std_logic_vector(3 downto 0);--块
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?