代码搜索:codein
找到约 22 项符合「codein」的源代码
代码结果 22
www.eeworm.com/read/126738/14405536
vhd hdb3.vhd
------hdb3.vhd HDB3 coder in VHDL------
--Desinger: Long Yachun
--Date: 2004-12-10
library ieee;
use ieee.std_logic_1164.all;
entity hdb3 is
port(codein: in std_logic;
clk : i
www.eeworm.com/read/313235/6969366
txt hdb3.txt
library ieee;
use ieee.std_logic_1164.all;
entity xhdb3 IS
port(codein:in std_logic;
clk: in std_logic;
clr: in std_logic;
codeout:out std_logic_vector(1 downto 0));
end xhdb3;
archi