代码搜索:dataflow

找到约 215 项符合「dataflow」的源代码

代码结果 215
www.eeworm.com/read/262569/11399808

bak mux.vhd.bak

Library IEEE; USE IEEE.std_logic_1164.all; USE IEEE.std_logic_unsigned.all; USE IEEE.numeric_std.all; USE IEEE.std_logic_arith.all; Entity mux is Port ( in1, in2, in3: in std_logic_vector( 3 downto
www.eeworm.com/read/421425/10736986

vhd lfsr.vhd

library IEEE; use IEEE.STD_LOGIC_1164.all; entity lfsr_10 is generic (initval:std_logic_vector (9 downto 0) := "0000000001"); port ( clk: in std_logic; randout: buffer std_logic_vector(9 downto 0) :=
www.eeworm.com/read/262569/11399732

bak nandgate.vhd.bak

Entity nandgate is generic (size: integer:=4); port ( in1: in std_logic_vector ( size-1 downto 0); in2: in std_logic_vector( size-1 downto 0); q: out std_logic_vector( size-1 do
www.eeworm.com/read/407964/11406965

vhd and2.vhd

library ieee; use ieee.std_logic_1164.all; entity and2 is port ( a,b: in std_logic; a_and_b: out std_logic ); end and2; architecture dataflow of and2 is begin a_and_b
www.eeworm.com/read/158727/11590150

vhd buffe.vhd

library ieee; use ieee.std_logic_unsigned.all; use ieee.std_logic_1164.all; entity buffe is port (din :in std_logic; en :in std_logic; do :out std_logic); end buffe; architec
www.eeworm.com/read/407964/11406964

vhd mult16.vhd

library IEEE; use IEEE.std_logic_1164.all; use IEEE.std_logic_unsigned.all; entity multiplier is port ( a,b : in std_logic_vector (15 downto 0); product: out std_logic_vector (31 downto 0)
www.eeworm.com/read/407964/11406966

vhd add16.vhd

library IEEE; use IEEE.std_logic_1164.all; use IEEE.std_logic_unsigned.all; entity adder is port ( a,b : in std_logic_vector (15 downto 0); sum: out std_logic_vector (15 downto 0) ); en
www.eeworm.com/read/139799/13130839

vhd example2-8.vhd

LIBRARY IEEE; USE IEEE.Std_Logic_1164.ALL; ENTITY full_adder IS GENERIC(tpd: TIME := 10 ns); PORT(x, y, c_in: IN Std_Logic; sum, c_out: OUT Std_Logic); END full_adder; ARCHITECTURE dataflow
www.eeworm.com/read/477206/6740139

vhd test.vhd

LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; ENTITY test IS PORT(din: IN STD_LOGIC_VECTOR(7 DOWNTO 0); en:IN STD_LOGIC; dou
www.eeworm.com/read/210324/15201482

cpp offlineclustering.cpp

#include #include #include #include #include #include //----------------------------------------------- //常量定义 // // //错误常