您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息

触发器的VHDL描述

2024/4/22 6:45:25发布24次查看
异步清零,异步置位触发器 library ieee;
use ieee.std_logic_1164.all;
entity dchu is
port (
clk : in std_logic;
aclr : in std_logic;
apre : in std_logic;
d : in std_logic;
q :out std_logic
);
end;
architecture ffq of dchu is
signal
q1:std_logic;
begin
process (apre,aclr,clk,q1)
begin
if aclr='1' then
q1<='0';
elsif apre='1'
then q1<='1';
elsif clk'event and clk='1'
then q1<=d;
end if;
end process;
q<=q1; end ffq;
同步清零触发器
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录 Product