better way of coding a D flip-flop

后端 未结 0 1492
故里飘歌
故里飘歌 2020-12-18 01:48

Recently, I had seen some D flip-flop RTL code in verilog like this:

    module d_ff(
            input d,
            input clk,
            input reset,
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题