代码搜索结果
找到约 10,000 项符合
Display 的代码
display.vhd
--display
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity display is
port(din0:in std_logic_vector(3 downto 0);
din1:in std_logic_vector(3 downto 0);
display.c
#define Dis_GLOBALS
#include "includes.h"
const uchar GACH_char_tbl[]={Char_0,Char_1,Char_2,Char_3,Char_4,
Char_5,Char_6,Char_7,Char_8,Char_9
display.h
#ifdef Dis_GLOBALS
#define Dis_EXT
#else
#define Dis_EXT extern
#endif
#define P_LCD_STR (volatile uchar *)0x0000F740
#define CST_LPCR_INI 0xe8
#define CST_LCR_INI 0x0fe
display.hif
HIF003
--
-- Copyright (C) 1988-1999 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, an
display.vhd
-- ********************************************
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_ARITH.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
--
--***********************************
display.acf
--
-- Copyright (C) 1988-1999 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any
display.c
#define display_c
#include "main.h"
/*
共阴4位一体数码管
上 1 2 3 4 5 6
s1 a f s2 s3 b
下 1 2 3 4 5 6
e d dp c g s4
msb=p,lsb=a.顺序为pgfedcba
*/
SIGNAL (