七人表决器VHDL代码

**web 七人表决器VHDL代码 library ieee; use ieee.std_logic_1164.all; entity voter7777 is port( vote:in std_logic_vector(6 downto 0); pass:out std_logic ); end; architecture a of voter7777 is begin process (vo
相关文章
相关标签/搜索