代码搜索结果
找到约 10,000 项符合
Display 的代码
72_tb_display_driver.vhd
library ieee;
use ieee.std_logic_1164.all;
use work.p_alarm.all;
entity tb_display_driver is
end tb_display_driver;
architecture tb of tb_display_driver is
component display_driver
mi2-var-display.exp
# Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008
# Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the G
latched_seven_seg_display.v
module Latched_Seven_Seg_Display
(Display_L, Display_R, Blanking, Enable, clock, reset);
output [6: 0] Display_L, Display_R;
input Blanking, Enable, clock, reset;
reg [6: 0] Display_L,