在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 4810|回复: 0

Error:it does not hold its value outside the clock edge

[复制链接]
发表于 2007-4-28 14:03:18 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
Rd_FIFO_Clk_Num_Proc:
  process (Reset,Clk16X)
  begin
   if (Reset='1') then
       DOUT_FIFO <= (others => '1');   
       After_RD_CLK <= (others => '0');
   -- elsif rising_edge(Clk16X) then
elsif (ADDR_s = A_RBR) and (RDn_cs = '0')then
   if rising_edge(Clk16X) then

     After_RD_CLK <=  After_RD_CLK + 1;
   end if;   
   DOUT_FIFO <= RXFIFOQ;
    else
        DOUT_FIFO <= (others => '1');   
        After_RD_CLK <= (others => '0');
    end if;
  end process Rd_FIFO_Clk_Num_Proc;   

把红色部分换成

elsif rising_edge(Clk16X) then
if (ADDR_s = A_RBR) and (RDn_cs = '0')then

在综合的时候 就会报错

Error (10001): Verilog HDL or VHDL error at intface.vhd(574): can't infer register for After_RD_CLK[0] because it does not hold its value outside the clock edge
点击报错信息是在紫色的 reset 语句
谁能告诉我怎么会这样呢?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /1 下一条

小黑屋| 手机版| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-11-17 12:30 , Processed in 0.637099 second(s), 9 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表