代码搜索:dataIn
找到约 2,888 项符合「dataIn」的源代码
代码结果 2,888
www.eeworm.com/read/475608/6774290
v test.v
`timescale 10ns/1ns
module test;
reg clk;
reg reset;
reg ena;
reg [15:0] datain;
wire [15:0] I_out;
wire [15:0] Q_out;
wire [1:0] cout;
initial
begin
clk=0;
reset=1'b0;
ena=1'b1;
datain=16'b0;
#
www.eeworm.com/read/289503/6783707
vhd segmain.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.all;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity segmain is
PORT( clk : IN STD_LOGIC;
rst : IN STD_LOGIC;
datain : IN STD_LOGIC_VECTOR(15 DO
www.eeworm.com/read/395640/8165349
hier_info rl_shift.hier_info
|RL_SHIFT
CLK => TEMP[0].CLK
CLK => TEMP[1].CLK
CLK => TEMP[2].CLK
CLK => TEMP[3].CLK
CLK => TEMP[4].CLK
CLK => TEMP[5].CLK
CLK => TEMP[6].CLK
CLK => TEMP[7].CLK
RESET => TEMP~0.OUTPUTSELECT
www.eeworm.com/read/369387/9650961
hier_info uart_tran.hier_info
|uart_tran
clk => cnt[15].CLK
clk => cnt[14].CLK
clk => cnt[13].CLK
clk => cnt[12].CLK
clk => cnt[11].CLK
clk => cnt[10].CLK
clk => cnt[9].CLK
clk => cnt[8].CLK
clk => cnt[7].CLK
clk => cnt[
www.eeworm.com/read/415944/11047030
vhd vtab.vhd
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_unsigned.all;
entity Vtab is
PORT(
clk : in std_logic;
datain : in std_lo
www.eeworm.com/read/415944/11047066
hier_info ad0820.hier_info
|ad0820
rd clk_half:inst4.clk
clk => df:inst5.clk
clk => clk_dis:inst2.clk
clk => sinA:inst7.clk
clk => findmax:inst10.clk
clk => d_fre:inst8.clk
clk => onehz_clk:inst6.c
www.eeworm.com/read/415944/11047247
bak vtab.vhd.bak
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_unsigned.all;
entity Vtab is
PORT(
clk : in std_logic;
datain : in std_lo
www.eeworm.com/read/414756/11103369
txt 单片机实现wav文件的播放.txt
哪位大虾会用单片机实现WAV文件的播放 [bluewind] [15次] 01-4-11 下午 11:36:04
小弟急需实现上述功能的C语言源程序,多谢多谢!
写过,还没完善,ADPCM的还要一段时间,太忙。PCM可用。 [小师⊕] [7次] 01-4-12 下午 01:13:05
巨人大侠及其他大侠:如何去掉WAV文件的“头” [bluewind] [8次] 01-4
www.eeworm.com/read/412770/11185844
c main.c
//--------------head_file-----------------
#include
#include "registers.h"
#include "initialize.h"
#include "signal_process.h"
//-----------macro defination-------------
#def