quartus ii&vhdl程序运行

libraryieee;useieee.std_logic_1164.all;useieee.std_logic_unsigned.all;entitybit_rtl_r... library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity bit_rtl_reg_clk is
port(pin:bit_vector;
cntl:bit_vector;
pout:out bit_vector;
clk:bit);
end bit_rtl_reg_clk;
architecture func of bit_rtl_reg_clk is
begin
process
begin
wait until clk'EVENT and clk='1';
if (cnt1='1')then pout<=pin;
end if;
end process;
end func;
为什么运行总是提示
Error (10482): VHDL error at func.vhd(15): object "cnt1" is used but not declared
Error: Quartus II Analysis & Synthesis was unsuccessful. 1 error, 3 warnings
Error: Quartus II Full Compilation was unsuccessful. 3 errors, 3 warnings
展开
 我来答
nereus78e904
2014-05-04 · TA获得超过1.5万个赞
知道大有可为答主
回答量:5463
采纳率:90%
帮助的人:1914万
展开全部
你在端口声明中明明声明了“cntl”,但是在结构体中却引用“cnt1”,当然VHDL不认得了!
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式