代码搜索结果

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

vhdl.def

; ================================================================== ; PSPad clip definition file for VHDL ; author: by Marcel Baunach, Informatik V, Uni W黵zburg ; =================================

vhdl.ini

;PSPad user HighLighter definition file [Settings] Name=VHDL HTMLGroup=0 Label=1 FileType=*.vhd CommentString=-- SQLComment=1 IndentChar= UnIndentChar= TabWidth=0 SingleQuote=1 DoubleQuote

vhdl.vhd

-- File: -- Author: -- Date: -- Revision: -- Description: library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; use ieee.numeric_bit.all; use std.textio.all; use ieee.std_lo

ieu.vhdl

library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; -- Uncomment the following lines to use the declarations that are -- provided for ins

clock.vhdl

library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; -- Uncomment the following lines to use the declarations that are -- provided for ins

sum.vhdl

library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; -- Uncomment the following lines to use the declarations that are -- provided for ins