代码搜索:vhdl
找到约 10,000 项符合「vhdl」的源代码
代码结果 10,000
www.eeworm.com/read/32453/1034278
100vhdl+
library ieee;
use ieee.std_logic_1164.all;
use work.p_alarm.all;
entity tb_alarm_counter is
end tb_alarm_counter;
architecture test of tb_alarm_counter is
component alarm_counter
www.eeworm.com/read/32453/1034279
100vhdl+
-- _ _
-- L
---------------------------OO-------OO---------------------------------
--
www.eeworm.com/read/32453/1034280
100vhdl+
-- _ _
-- L
---------------------------OO-------OO---------------------------------
--
www.eeworm.com/read/32453/1034281
100vhdl+
-- _ _
-- L
---------------------------OO-------OO---------------------------------
--
www.eeworm.com/read/32453/1034282
100vhdl+
library ieee;
use ieee.std_logic_1164.all;
use work.p_alarm.all;
entity tb_alarm_reg is
end tb_alarm_reg;
architecture test of tb_alarm_reg is
component alarm_reg
port(new_a
www.eeworm.com/read/32453/1034283
100vhdl+
www.eeworm.com/read/32453/1034284
100vhdl+
--------------------------------------------------------------------------------
--
-- AM2901 Benchmark
--
-- Source: AMD data book
--
---------------------------------------------------------
www.eeworm.com/read/32453/1034285
100vhdl+
--------------------------------------------------------------------------------
--
-- AM2901 Benchmark
--
-- Source: AMD data book
--
-------------------------------------------------------
www.eeworm.com/read/32453/1034286
100vhdl+
-- Page : 349 - 350
--
-- Objective : standard soulution to scalar signal multiplexing
--
-- File Name : test_55.vhd
--
-- Author : Joseph Pick
--
entity Test_35 is
end Test_35;
www.eeworm.com/read/32453/1034287
100vhdl+
--------------------------------------------------------------------------------
--
-- AM2901 Benchmark output_shifter
--
-- Source: AMD data book
--
------------------------------------------