代码搜索结果
找到约 10,000 项符合
Logic Analyzer 的代码
vga_mem.vhd
-- video memory: each entry in the memory represents a column on the screen => address x coordinate
-- the value of an entry is the y-coordinate on the screen => data y coordinate
library
加法器描述.txt
-- A Variety of Adder Styles
-- download from: www.fpga.com.cn & www.pld.com.cn
------------------------------------------------------------------------
-- Single-bit adder
-----------------------
cpu.vhd
library ieee;
use ieee.std_logic_1164.all;
entity CPU is
port ( reset, clk: in std_logic;
PortA: inout std_logic_vector(7 downto 0);
PortB: inout std_logic_vector(7 downto 0));
end entity CPU;
vhdl基于实验开发板的按键处理与led显示.txt
library ieee;
use ieee.std_logic_1164.all;
--实体
entity anjian is
port(clk:in std_logic;
a:in std_logic_vector(5 downto 0);
q:out std_logic_vector(16 downto 0));
end anjian;
--结构体
ar
shiftamountreg.vhd
--****************************************************************************************************
-- Shifter control register for ARM7TDMI-S processor
-- Designed by Ruslan Lepetenok
-- Modifi
memoryremapper.vhd
--****************************************************************************************************
-- Memory remapper for ARM core simualtion
-- Designed by Ruslan Lepetenok
-- Modified 26.12.2
abusmultiplexer.vhd
--****************************************************************************************************
-- A bus multiplexer for ARM7TDMI-S processor
-- Designed by Ruslan Lepetenok
-- Modified 04.1
msscomppackage.vhd
-- *****************************************************************************************
-- Components for ARM memory subsystem (simulation)
-- Designed by Ruslan Lepetenok
-- Modified 02.02.20
mulctrlandregs.vhd
--****************************************************************************************************
-- Multiplier control and Partial Sum/Carry registers for ARM core
-- Designed by Ruslan Lepete
multipliertestadder.vhd
--****************************************************************************************************
-- Adder for multiplier tester for ARM core
-- Designed by Ruslan Lepetenok
-- Modified 27.01.