代码搜索:Concurrent
找到约 2,002 项符合「Concurrent」的源代码
代码结果 2,002
www.eeworm.com/read/192196/8399778
vhd fulladder.vhd
LIBRARY IEEE;
USE ieee.std_logic_1164.all;
entity fulladder is
port (a,b,c: in std_logic;
sum,carry: out std_logic);
end fulladder;
architecture concurrent of fulladder is
begin
sum
www.eeworm.com/read/291453/8417552
txt 三人表决器(三种不同的描述方式).txt
-- Three-input Majority Voter
-- The entity declaration is followed by three alternative architectures which achieve the same functionality in different ways.
-- download from: www.pld.com.cn & www
www.eeworm.com/read/390924/8433408
txt 三人表決器(三種不同的描述方式).txt
-- Three-input Majority Voter
-- The entity declaration is followed by three alternative architectures which achieve the same functionality in different ways.
-- download from: www.pld.com.cn & www
www.eeworm.com/read/433021/8551837
vhd 三人表决器.vhd
--Three-input Majority Voter
--The entity declaration is followed by three alternative architectures which achieve the same functionality in different ways.
ENTITY maj IS
PORT(a,b,c : IN BIT; m : OUT
www.eeworm.com/read/187909/8592183
cmd _impact.cmd
setpreference -novice
setpreference -concurrent_mode
setpreference -stop_on_failure
setPreference -fixClock
setPreference -PC4_5M
www.eeworm.com/read/164962/10080365
txt majority_voter.txt
-- Three-input Majority Voter
-- The entity declaration is followed by three alternative architectures which achieve the same functionality in different ways.
-- download from: www.pld.com.cn & www
www.eeworm.com/read/353811/10416387
txt 三人表决器(三种不同的描述方式).txt
-- Three-input Majority Voter
-- The entity declaration is followed by three alternative architectures which achieve the same functionality in different ways.
-- download from: www.pld.com.cn & www