Search found 1 match

by yeyabnj
Fri Jul 29, 2022 1:42 pm
Forum: Development for MiSTer
Topic: Time Between Asynchronous Events in Verilog
Replies: 1
Views: 1814

Time Between Asynchronous Events in Verilog

Hello, I am trying to calculate the time between two asynchronous events without knowing the event rate or the frequency. I know we can use counters to achieve this, but I don't know how to determine which event happened first and how to toggle counters on and off to get correct values. if anyone has any idea on how to achieve this, please help tha...