代码搜索结果

找到约 1,762 项符合 Speaker 的代码

speaker.qws

[ProjectWorkspace] ptn_Child1=Frames ptn_Child2=ActionPoints [ProjectWorkspace.Frames] ptn_Child1=ChildFrames [ProjectWorkspace.Frames.ChildFrames] ptn_Child1=Document-0 ptn_Child2=Document-1

speaker.done

Mon Nov 26 20:05:30 2007

speaker.qsf

# Copyright (C) 1991-2005 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

speaker.qpf

# Copyright (C) 1991-2005 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

speaker.hif

Version 5.0 Build 148 04/26/2005 SJ Full Version 32 1592 OFF OFF OFF OFF OFF FV_OFF VRSM_ON VHSM_ON 0 # entity speaker # logic_option { AUTO_RAM_RECOGNITION ON } # case_insensitive

speaker.mif

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

speaker.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity speaker is port(clk:in std_logic; tone:in std_logic_vector(10 downto 0); spks:out std_logic); end entity