+ Post New Thread
Results 1 to 4 of 4
-
19th November 2019, 12:11 #1
- Join Date
- Sep 2019
- Posts
- 8
- Helped
- 0 / 0
- Points
- 95
- Level
- 1
Design a system clock monitor in verilog
How can I approach to design a system clock monitor logic in verilog where same clock is used as reference in FPGA ?
-
Advertisement
-
19th November 2019, 22:14 #2
- Join Date
- Mar 2005
- Location
- California, USA
- Posts
- 4,705
- Helped
- 1038 / 1038
- Points
- 24,502
- Level
- 38
Re: Design a system clock monitor in verilog
Wait, you want to monitor a clock with ITSELF? Either I don't understand your question, or you're on a fool's errand. Maybe you need to restate what you are intending to do.
-
Advertisement
-
20th November 2019, 10:55 #3
- Join Date
- Sep 2019
- Posts
- 8
- Helped
- 0 / 0
- Points
- 95
- Level
- 1
Re: Design a system clock monitor in verilog
So basically , lets just say there is a external clock generated via crystal oscillator which is also used by the FPGA chip as reference. Now is it possible to implement a monitoring logic ,in the same FPGA, to detect the failure of the external clock from crystal oscillator?
-
Advertisement
-
20th November 2019, 12:23 #4
- Join Date
- Jan 2008
- Location
- Bochum, Germany
- Posts
- 45,795
- Helped
- 13920 / 13920
- Points
- 262,005
- Level
- 100
Re: Design a system clock monitor in verilog
Yes, using an auxiliary clock, e.g. built-in FPGA RC oscillator.
Usually a clock monitor makes only sense if you have second clock you can switch to.
+ Post New Thread
Please login