海大EDA实验1参考题答案与解析.docVIP

  • 6
  • 0
  • 约1.43万字
  • 约 12页
  • 2019-01-05 发布于安徽
  • 举报
完美WORD格式 范文范例学习参考 Laboratory Exercise 1 Switches, Lights, and Multiplexers ED实验参与答案 Part1 library ieee; use ieee.std_logic_1164.all; entity part1 is port(SW :in std_logic_vector(17 downto 0); LEDR :out std_logic_vector(17 downto 0)); end part1; architecture Behavior of part1 is begin LEDR = SW; end Behavior; part2 library ieee; use ieee.std_logic_1164.all; --a 2 to 1 multiplexer entity entity mux21 is port(in_x, in_y, in_s :in std_logic; out_m :out std_logic); end mux21; --a 2 to 1 multiplexer architecture architecture structural of mux21 i

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档