代码求助1

2019-03-25 08:50发布

process(clk)
begin
--if (rising_edge(clk)) then
      if count< 4999999 then
           count<=count+1 ;
     else
            outled<= not outled;
            count<=0;
    end if;
--end if;
end process;

50MHZ CLK 没有加if (rising_edge(clk))这一句程序就没有跑起来,为什么?
照道理CLK电平变化也能触发的啊。 此帖出自小平头技术问答
0条回答

一周热门 更多>