- 3
- 0
- 约5.73万字
- 约 306页
- 2019-06-28 发布于湖南
- 举报
Library ieee; Use ieee.std_logic_1164.all; Use ieee.std_logic_unsigned.all; Entity top is Port( clk : in std_logic; spkout : out std_logic); End top; Architecture a1 of top is component tone Port( index : in integer range 0 to 16; tone : out integer range 0 to 16#7FF#); end component; component speaker Port( clk : in std_logic; Freq_in : in integer range 0 to 16#7FF#; speaker : out std_logic); end component; signal index1 : integer range 0 to 16; signal tone2 : integer range 0 to 16#7FF#; signal ck4: std_logic; begin process(clk) variable q : std_logic_vector(17 downto 0); Begi
您可能关注的文档
最近下载
- 项目管理学习报告.pptx
- 致用英语(第三版)听力教程3Unit+3+课件.pptx VIP
- 简易精神状态检查量表(MMSE).docx VIP
- 药物分析习题简答题.docx VIP
- 物业设施设备运维管理规范及实施方案示例.docx VIP
- 直线与圆的方程测试题(中下难度).doc VIP
- 2025年常州工业职业技术学院高职单招职业适应性测试历年(2019-2024年)真题考点试卷含答案解析.docx
- 2025-2026学年人教版七年级下册地理期中综合检测卷.docx VIP
- GB-T 31565-2015 热交换器用钢板搪瓷边缘覆盖率的测定.pdf
- 桥台锥坡工程量计算公式增强版.xls VIP
原创力文档

文档评论(0)