EDA复习题练习.docVIP

  • 31
  • 0
  • 约6.94千字
  • 约 11页
  • 2017-06-08 发布于湖北
  • 举报
EDA复习题练习

EDA练习 一、名词解释及回答问题:写出下列缩写的中文(或者英文)含义: VHDL 2.FPGA 3.RTL 4.SOPC 5.EDA 6. CPLD 7.HDL 8.LUT 9.ASIC 10.SOC 11.JTAG 12.IP 13.LPM 14.EDA与传统设计方法的区别? 15.硬件描述语言编译综合后的结果是什么? 时序仿真与功能仿真的区别? 二、程序填空:(仅以一例说明题型) 下面程序是参数可定制带计数使能异步复位计数器的VHDL描述,试补充完整。 -- N-bit Up Counter with Load, Count Enable, and -- Asynchronous Reset library ieee; use IEEE.std_logic_1164.all; use IEEE.________________.all; use IEEE.std_logic_arith.all; entity counter_n is generic (width : integer := 8); port(data : in std_logic_vector (width-1 downto 0); load, en, clk, rst : ______ std_logic; q : out std_logic_vector (____

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档