代码搜索结果

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

direct_implementation.vhdl

LIBRARY ieee; USE ieee.std_logic_1164.ALL; USE ieee.numeric_std.ALL; ENTITY direct_implementation IS GENERIC (WIDTH:INTEGER:=8; N:INTEGER:=4); PORT (reset,start:STD_LOGIC;

distributed_implementation.vhdl

LIBRARY ieee; USE ieee.std_logic_1164.ALL; USE ieee.numeric_std.ALL; USE ieee.math_real.ALL; ENTITY distributed_implementation IS GENERIC (WIDTH:INTEGER:=8; N:INTEGER:=4); PORT (res

serial_implementation.vhdl

LIBRARY ieee; USE ieee.std_logic_1164.ALL; USE ieee.numeric_std.ALL; ENTITY serial_implementation IS GENERIC (WIDTH:INTEGER:=8; N:INTEGER:=4); PORT (reset,start,clk:STD_LOGIC;

vhdl—lcd.txt

library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; entity lcd is Port ( clk : in std_logic; reset : in std_logic;

tb_blowfish.vhdl

-- Copyright © 2007 Wesley J. Landaker -- -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as publis

asyncfifo_boundary.vhdl

-- Copyright © 2007 Wesley J. Landaker -- -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as publis

asyncfifo_read.vhdl

-- Copyright © 2007 Wesley J. Landaker -- -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as publis

asyncfifo_write.vhdl

-- Copyright © 2007 Wesley J. Landaker -- -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as publis