代码搜索结果
找到约 10,000 项符合
Logic Analyzer 的代码
andd.vhd
library ieee;
use ieee.std_logic_1164.all;
entity andd is
port(x,y:in std_logic;
z:out std_logic_vector(1 downto 0));
end andd;
architecture andd of andd is
begin
z
warming.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity warming is
port(clk: in std_logic;
finishc:in std_logic;
warn:out std_logic
);
end warming;
a
reg30b.vhdl
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
ENTITY REG30B IS
PORT ( Load : IN STD_LOGIC;
DIN : IN STD_LOGIC_VECTOR(31 DOWNTO 0);
DOUT : OUT STD_LOGIC_VECTOR(31 DOWNTO 0)
abortgenerator.vhd
--****************************************************************************************************
-- Behavioural model of ABORT generation for ARM core simualtion
-- Designed by Ruslan Lepeteno
armmultipliertesttop.vhd
--****************************************************************************************************
-- Multiplier tester top entity for ARM core
-- Designed by Ruslan Lepetenok
-- Modified 27.01
armcoresimtop.vhd
--****************************************************************************************************
-- Top entity for ARM Core simulation
-- Designed by Ruslan Lepetenok
-- Modified 04.02.2003
armpackage.vhd
--****************************************************************************************************
-- Constants for ARM core
-- Designed by Ruslan Lepetenok
-- Modified 30.01.2003
--**********
shiftertestbench.vhd
--****************************************************************************************************
-- ARM barrel shifter testbench
-- Designed by Ruslan Lepetenok
--****************************
dataoutmux.vhd
--****************************************************************************************************
-- Data out register for ARM core
-- Designed by Ruslan Lepetenok
-- Modified 04.12.2002
--**
psr.vhd
--****************************************************************************************************
-- Programm Status Registers for ARM core
-- Designed by Ruslan Lepetenok
-- Modified 23.01.20