代码搜索:dataIn
找到约 2,888 项符合「dataIn」的源代码
代码结果 2,888
www.eeworm.com/read/32675/1035374
v eth_registers.v
`include "eth_defines.v"
`include "timescale.v"
module eth_registers( DataIn, Address, Rw, Cs, Clk, Reset, DataOut,
r_RecSmall, r_Pad, r_HugEn, r_CrcEn, r_DlyCrcEn,
www.eeworm.com/read/40270/1138643
v eth_registers.v
`include "eth_defines.v"
`include "timescale.v"
module eth_registers( DataIn, Address, Rw, Cs, Clk, Reset, DataOut,
r_RecSmall, r_Pad, r_HugEn, r_CrcEn, r_DlyCrcEn,
www.eeworm.com/read/217057/4876413
vhd divf_rom_sinx.vhd
library ieee;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
ENTITY divf_rom_sinx IS
PORT ( clkin: IN STD_LOGIC;
datain:in std_logic_vector(3 downto 0); -- 初值
www.eeworm.com/read/318894/3560437
h t1.h
/* This is a test for maxidx: tst1 */
#define NX 6
#define FNAME "t1"
#define MAXERROR 0
#pragma DATA_SECTION (x,".datain")
DATA x[NX] ={
3276,
9830,
6553,
26214,
-13108,
-3277,
};
DATA rtest = 3;
D
www.eeworm.com/read/318894/3560728
h t1.h
/* This is a test for maxidx: tst1 */
#define NX 6
#define FNAME "t1"
#define MAXERROR 0
#pragma DATA_SECTION (x,".datain")
DATA x[NX] ={
3276,
9830,
6553,
26214,
-13108,
-3277,
};
DATA rtest = 3;
D
www.eeworm.com/read/296366/3904341
vhd ad.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
entity ad is
port(busy:in std_logic;
datain:in unsigned(7 downto 0);
clk:in std_logic;
dataout:out unsigned
www.eeworm.com/read/367223/9765903
txt readme.txt
1. compile:
mpicc jacobi.c -o jacobi
2. run:
mpirun -np 4 jacobi
3. result (also in file dataOut.txt):
Input of file "dataIn.txt"
4 5
9.000000 -1.000000 -1.000000 1
www.eeworm.com/read/110829/15524227
txt readme.txt
1. compile:
mpicc jacobi.c -o jacobi
2. run:
mpirun -np 4 jacobi
3. result (also in file dataOut.txt):
Input of file "dataIn.txt"
4 5
9.000000 -1.000000 -1.000000 1
www.eeworm.com/read/302233/13838691
hier_info cnt6.hier_info
|main1
clk => cnt6:u1.clk0
clk => ld8.DATAIN
btn2 => cnt6:u1.btn20
btn2 => ld1.DATAIN
cat[0]
www.eeworm.com/read/188087/8573252
txt readme.txt
1. compile:
mpicc jordan.c -o jordan
2. run:
mpirun -np 4 jordan
3. result(also in file dataOut.txt):
group size: 4
Input of file "dataIn.txt"
4
1.000000 4.000000 -2.000000