代码搜索:vhdl
找到约 10,000 项符合「vhdl」的源代码
代码结果 10,000
www.eeworm.com/read/32453/1034188
100vhdl+
--Page : 283
--Objective : Deadlock
--Filename : test_13a
--Author : Joseph Pick
entity Test_13a is
end Test_13a;
architecture Behave_1 of Test_13a is
signal A : NATURA
www.eeworm.com/read/32453/1034189
100vhdl+
--Page :308,309
--Objective :Function slices
--Filename :test_105.vhd
--Author :Joseph Pick
entity Test_105 is
end Test_105;
architecture Behave_1 of Test_
www.eeworm.com/read/32453/1034190
100vhdl+
-- _ _
-- L
---------------------------OO-------OO---------------------------------
--
www.eeworm.com/read/32453/1034191
100vhdl+
www.eeworm.com/read/32453/1034192
100vhdl+
library ieee;
use ieee.std_logic_1164.all;
entity tb_fq_divider is
end tb_fq_divider;
architecture test of tb_fq_divider is
component fq_divider
port(
clk_in
www.eeworm.com/read/32453/1034193
100vhdl+
-- _ _
-- L
---------------------------OO-------OO---------------------------------
--
www.eeworm.com/read/32453/1034194
100vhdl+
www.eeworm.com/read/32453/1034195
100vhdl+
library IEEE;
use IEEE.std_logic_1164.all;
-----------------------------------------------------------
entity B_BAND is
-----------------------------------------------------------
generic(
www.eeworm.com/read/32453/1034196
100vhdl+
entity bit_rtl_lt_nc is
port (
in1 : bit_vector;
in2 : bit_vector;
pout : out bit
);
end bit_rtl_lt_nc;
architecture func of bit_rtl_lt_nc is
begin
process(in1,in2)
www.eeworm.com/read/32453/1034197