您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. EDA/PLD中的格雷码转自然码的VHDL实现

  2. library IEEE;use IEEE.std_logic_1164.all;entity grey2norm is generic (width: integer := 8); port ( grey: in std_logic_vector(width - 1 downto 0); norm: out std_logic_vector(width - 1 downto 0) ); end
  3. 所属分类:其它

    • 发布日期:2020-12-09
    • 文件大小:15360
    • 提供者:weixin_38526914