Synchronous vs Asynchronous Resets in FPGA system

前端 未结 3 770
Happy的楠姐
Happy的楠姐 2021-01-28 02:20

I\'m new to creating a FPGA system to drive an I2C Bus (although I imagine that this problem applies to any FPGA system) using a variety of different modules, and which all use

3条回答
  •  死守一世寂寞
    2021-01-28 02:53

    @Stuart Vivian

    (this should be posted as comment but I don't have enough reputation points to do so, sorry about that)

    Consider using a counter instead of a shift register for delaying resets because if a LUT content is not cleared after loading the bitstream (some FPGA families have this behaviour), the reset signal may bounce, leading to unpredictable results.

提交回复
热议问题