代码搜索结果
找到约 10,000 项符合
VHDL 的代码
一个vhdl实现的测频计.vhd
--BCD Counter
LIBRARY ieee;
USE ieee.std_logic_1164.all;
USE ieee.std_logic_arith.all;
USE ieee.std_logic_unsigned.all;
ENTITY freq IS
PORT( Fsignal : IN std_logic;
-- Rs