完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
library ieee;
use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; use ieee.std_logic_arith.all; entity singt is port(clk: in std_logic; dout1:out real); --std_logic_vector(7 downto 0)); end; architecture dacc of singt is component data_rom port(address:in std_logic_vector(5 downto 0); inclock:in std_logic; q:out std_logic_vector(7 downto 0)); end component; signal q1:std_logic_vector(5 downto 0); signal dout:std_logic_vector(7 downto 0); --signal q:std_logic_vector(7 downto 0); begin process(clk) begin if clk'event and clk='1' then q1<=q1+1; dout1 <= dout*3.3/255; end if; end process; u1:data_rom port map(address=>q1,q=>dout,inclock=>clk); --dout1 <= dout*3.3/255; end; 程序的功能是使输出的正弦信号的值控制LED灯的亮灭程度,来说明输出正弦值得变化 |
|
相关推荐
2个回答
|
|
我看了下 好像是没什么错误呀
|
|
|
|
|
|
|
|
你正在撰写答案
如果你是对答案或其他答案精选点评或询问,请使用“评论”功能。
矩阵4x4个按键,如何把识别结果按编号01-16(十进制)显示在两个七段数码管上?
452 浏览 0 评论
843 浏览 0 评论
1670 浏览 0 评论
452 浏览 0 评论
630 浏览 0 评论
1215 浏览 23 评论
5451 浏览 113 评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-2 16:20 , Processed in 0.379509 second(s), Total 44, Slave 37 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号