代码搜索结果
找到约 1,762 项符合
Speaker 的代码
top.vhd.txt
library ieee;
use ieee.std_logic_1164.all;
entity clock_top is
port ( clk,reset,setmin,sethour,clkdsp:in std_logic;
speaker: out std_logic;
sel: out std_logic_vector (2 downto 0);
top.txt
library ieee;
use ieee.std_logic_1164.all;
entity clock_top is
port ( clk,reset,setmin,sethour,clkdsp:in std_logic;
speaker: out std_logic;
sel: out std_logic_vector (2 downto 0);
makefile.am
INCLUDES=-I$(top_srcdir)/include
if ALSAMIXER
ALSAMIXER_DIR=alsamixer
else
ALSAMIXER_DIR=
endif
SUBDIRS= include alsactl alsaconf $(ALSAMIXER_DIR) amidi amixer aplay iecset seq speaker-test utils m4 p
speakers.rc
#include "windows.h"
1000 DIALOG DISCARDABLE 100, 100, 230, 126
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "BASS multi-speaker example"
FONT 8, "MS Sans Serif"
BEGIN
song.sym
VERSION 5
BEGIN SYMBOL
SYMBOLTYPE BLOCK
TIMESTAMP 2006 5 27 2 2 3
SYMATTR VeriModel "song"
SYMPIN 0 -160 Input clk
SYMPIN 0 -32 Input index(2:0)
SYMPIN 384 -160 Output speaker
SYMPIN 384 -96
song.sym
VERSION 5
BEGIN SYMBOL
SYMBOLTYPE BLOCK
TIMESTAMP 2006 5 27 2 2 3
SYMATTR VeriModel "song"
SYMPIN 0 -160 Input clk
SYMPIN 0 -32 Input index(2:0)
SYMPIN 384 -160 Output speaker
SYMPIN 384 -96
audio.h
/*
* Audio 'LIB' defines
*/
enum { AUDIO_OUT_HEADPHONES,AUDIO_OUT_INTERNAL_SPEAKER,AUDIO_OUT_LINE_OUT };
enum { DECODE_TEST, DECODE_AUDIO, DECODE_STDOUT, DECODE_BUFFER };
#define AUDIO_FORMAT_MAS
altsyncram_e1q.tdf
--altsyncram ADDRESS_ACLR_A="NONE" CBX_DECLARE_ALL_CONNECTED_PORTS="OFF" DEVICE_FAMILY="Cyclone" ENABLE_RUNTIME_MOD="NO" INIT_FILE="speaker.mif" NUMWORDS_A=256 OPERATION_MODE="ROM" OUTDATA_ACLR_A="NON
top.v
module TOP(CLK, ALARM, HRS, MINS, SET_TIME,RESET,
TOGGLE_SWITCH, AM_PM_SHOW,
SHOW_HRS, SHOW_MINS, SPEAKER);
input CLK, ALARM, HRS, MINS, SET_TIME, RESET,TOGGLE_SWITCH;
outpu
clock_top.vhd
library ieee;
use ieee.std_logic_1164.all;
entity clock_top is
port ( clk,reset,setmin,sethour,clkdsp:in std_logic;
speaker: out std_logic;
lamp: out std_logic_vector(2 downto 0);
sel: out