1296000440867187505有限状态机设计.pptVIP

  • 2
  • 0
  • 约1.41万字
  • 约 51页
  • 2017-02-16 发布于重庆
  • 举报
1296000440867187505有限状态机设计

IF clkEVENT AND clk = 1 THEN case state is when sd = if x=1 then z=1;else z=0; end if; when others = z=0; end case; end if; end process; END behave; 第5章、 有限状态机设计 0/0 1/0 1/0 sa 1/0 0/0 0/0 0/0 sb sc sd x/z 1/1 RESET “1111”序列检测器仿真时序图 第5章、 有限状态机设计 library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_signed.all; ENTITY stack IS --16*8 PORT ( datain : IN std_logic_vector(7 downto 0); push,pop,reset,clk : IN std_logic; stackfull : out std_logic; dataout :buffer std_logic_vector(7 downto 0)); END stack;

文档评论(0)

1亿VIP精品文档

相关文档