0914问题.pptVIP

  • 8
  • 0
  • 约1.34万字
  • 约 58页
  • 2016-08-11 发布于广东
  • 举报
0914问题

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 电子与通信工程系 * library ieee; use ieee.std_logic_1164.all; entity comp_good is port(a: in std_logic; b: in std_logic; q: out std_logic); end comp_good; architecture one of comp_good is begin process(a,b) begin if ab then q=1; else q=0; end if; end process; end one; 电子与通信工程系 * library ieee; use ieee.std_logic_1164.all; entity comp_bad is port(a: in std_logic; b: in std_logic; q: out std_logic)

文档评论(0)

1亿VIP精品文档

相关文档