ADS1100程序代码 上传者:an82823 2020-05-27 08:14:03上传 VHD文件 632B 热度 57次 ADS1100程序下载VHDLTI 下载地址 用户评论 更多下载 下载地址 立即下载 用户评论 码姐姐匿名网友 2020-05-27 08:14:03 一星我都不想给,你这不是骗人吗,还我的三积分,大家都看清了,里面就是个分频器 library ieee; use ieee.std_logic_1164.all; entity div is generic( d : positive :=1--分频量 ); port ( clock : in std_logic; reset : in std_logic; clock_out : out std_logic ); end entity div; architectur 发表评论
一星我都不想给,你这不是骗人吗,还我的三积分,大家都看清了,里面就是个分频器 library ieee; use ieee.std_logic_1164.all; entity div is generic( d : positive :=1--分频量 ); port ( clock : in std_logic; reset : in std_logic; clock_out : out std_logic ); end entity div; architectur