IPO 发表于 2010-10-29 16:20:09

请问,VHDL语言中下降沿检测的函数是不是falling_edge()?

请问,VHDL语言中下降沿检测的函数是不是falling_edge()?

IPO 发表于 2010-10-29 16:20:56

请问,VHDL语言中下降沿检测的函数是不是falling_edge()?
IPO 发表于 2010-10-29 16:20 http://www.fpgaw.com/images/common/back.gif


    好像 if clk'event and clk=0 then也可以

IPO 发表于 2010-10-29 16:21:08

就好像if clk'event and clk=1和rising_edge()是一样的
页: [1]
查看完整版本: 请问,VHDL语言中下降沿检测的函数是不是falling_edge()?