代码搜索结果

找到约 10,000 项符合 Logic Analyzer 的代码

reg_exchange.vhd

--reg_exchange.vhd --v0.1 --output measure library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; entity reg_exchange is port( clk: in std_logic; reset: in std_log

conv_213.vhd

--conv_213.vhd (2,1,3) juan ji ma of G=(111,101) --v0.1 --06-10-2 library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; entity conv_213 is port( clk: in std_logic;

uarttest.vhd

--============================================================================-- -- Design units : TestBench for miniUART device. -- -- File name : UARTTest.vhd -- -- Purpose : Imp

fourbitincrement.vhd.bak

library ieee; use ieee.std_logic_1164.all; entity fourbitincrement is port( a:in std_logic_vector(3 downto 0); y:out std_logic_vector(6 downto 0) ); end fourbitincrement; arc

fourbitincrement.vhd

library ieee; use ieee.std_logic_1164.all; entity fourbitincrement is port( a:in std_logic_vector(3 downto 0); y:out std_logic_vector(3 downto 0) ); end fourbitincrement; arc

lab7.vhd

library ieee; use ieee.std_logic_1164.all; entity lab7 is port( clk1: in std_logic; ssega,ssegb,ssegc,ssegd:out std_logic_vector(6 downto 0) ); end lab7; architecture one of lab7 i

lab7.vhd.bak

library ieee; use ieee.std_logic_1164.all; entity lab7 is port( clk1: in std_logic; sseg0,sseg1,sseg2,sseg3:out std_logic_vector(6 downto 0) ); end lab7; architecture one of lab7 i

s3demo.vhd

------------------------------------------------------------------------ -- S3demo.vhd -- Demonstrate basic Pegasus function ---------------------------------------------------------------------

dregister.vhd

library IEEE; use IEEE.std_logic_1164.all; entity DRegister is port( op: in std_logic; clk: in std_logic; din: in std_logic_vector(31 downto 0); dout: out std_logic_vector(31 downt

dregister.vhd.bak

library IEEE; use IEEE.std_logic_1164.all; entity DRegister is port( op: in std_logic; clk: in std_logic; din: in std_logic_vector(31 downto 0); dout: out std_logic_vector(31 downt