代码搜索:dataIn
找到约 2,888 项符合「dataIn」的源代码
代码结果 2,888
www.eeworm.com/read/393840/8260541
srr ddr_sdram.srr
$ Start of Compile
#Fri Jun 30 17:00:38 2000
Synplicity VHDL Compiler, version 6.0.0, built May 19 2000
Copyright (C) 1994-2000, Synplicity Inc. All Rights Reserved
VHDL syntax check successf
www.eeworm.com/read/415944/11046958
bak findmax.vhd.bak
-- Zhen --
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_unsigned.all;
entity findmax is
port(clk : in std_logic;
feqin : in std_logic;
datain
www.eeworm.com/read/415944/11047251
vhd findmax.vhd
-- Zhen --
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_unsigned.all;
entity findmax is
port(clk : in std_logic;
feqin : in std_logic;
datain
www.eeworm.com/read/412322/11204803
vhd fifo.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity myfifo is
port(wrclk,rdclk : in std_logic;
wrreq,rdreq : in std_logic;
www.eeworm.com/read/335509/12519941
vhd led.vhd
library ieee;
use ieee.std_logic_1164.all;
entity led is
port( datain:IN std_logic_vector(3 downto 0);
dataout:OUT std_logic_vector(6 downto 0));
end led;
architecture one of led is
begin
proc
www.eeworm.com/read/335286/12541067
v map_lpm_ram.v
module map_lpm_ram(dataout,datain,addr,we,inclk,outclk);
input[15:0] datain;
input[7:0] addr;
input we,inclk,outclk;
output[15:0] dataout;
lpm_ram_dq ram(.data(datain),.address(addr),.we(we),.i
www.eeworm.com/read/146449/12647600
v map_lpm_ram.v
module map_lpm_ram(dataout,datain,addr,we,inclk,outclk);
input[15:0] datain;
input[7:0] addr;
input we,inclk,outclk;
output[15:0] dataout;
lpm_ram_dq ram(.data(datain),.address(addr),.we(we),.i
www.eeworm.com/read/300713/13896910
v map_lpm_ram.v
module map_lpm_ram(dataout,datain,addr,we,inclk,outclk);
input[15:0] datain;
input[7:0] addr;
input we,inclk,outclk;
output[15:0] dataout;
lpm_ram_dq ram(.data(datain),.address(addr),.we(we),.i
www.eeworm.com/read/236864/13995026
c spi.c
#include "2410addr.h"
#include "spi.H"
#define SPIDONTCARE (0xff)
/* init as SPI-Master */
void spi_init(void)
{
int i;
rGPECON&=0xf03fffff;
rGPECON|=((1
www.eeworm.com/read/236864/13995031
bak spi.c.bak
#include "2410addr.h"
#include "spi.H"
#define SPIDONTCARE (0xff)
/* init as SPI-Master */
void spi_init(void)
{
int i;
rGPECON&=0xf03fffff;
rGPECON|=((1