diff options
Diffstat (limited to 'rtl/src/reset_synchronizer.v')
-rw-r--r-- | rtl/src/reset_synchronizer.v | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rtl/src/reset_synchronizer.v b/rtl/src/reset_synchronizer.v index dc7a80a..3d68bf7 100644 --- a/rtl/src/reset_synchronizer.v +++ b/rtl/src/reset_synchronizer.v @@ -1,3 +1,8 @@ +// reset synchronizer: +// Is used too ensure that the deassertion of the reset signal +// is synchronized with the clock. If the reset signal is deasserted +// asynchronously with respect to the clock, it can cause metastability issues. + module reset_synchronizer ( input clk, input rstn_async, |