代码搜索结果
找到约 10,000 项符合
VHDL 的代码
4位10进制计数器vhdl程序.txt
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity counter is
Port ( clk : in std_logic;
reset : in std_logic;