代码搜索:VHDL

找到约 10,000 项符合「VHDL」的源代码

代码结果 10,000
www.eeworm.com/read/197874/7965228

txt vhdl三分频程序.txt

发一个3分频的VHDL程序 library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; ENTITY Odd_Fren is port(Clk : in std_logic; O : out std_logic); end Odd_Fren; architecture