代码搜索结果

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

display.vwf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to

display.qpf

# Copyright (C) 1991-2006 Altera Corporation # Your use of Altera Corporation's design tools, logic functions # and other software and tools, and its AMPP partner logic # functions, and any outpu

display.hif

Version 6.0 Build 178 04/27/2006 SJ Full Version 11 767 OFF OFF OFF OFF OFF FV_OFF Level2 0 0 VRSM_ON VHSM_ON 0 -- Start Partition -- -- End Partition -- -- Start Library Paths -- --

display.bsf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to

display.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity display is port( BCDcode : in std_logic_vector(3 downto 0); display : out std_logic_vector(6 downto 0));