shall0w
Newbie level 1
- Joined
- Dec 2, 2012
- Messages
- 1
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,294
Hello everybody!
I'm working with a Virtex II Pro (specifically, I'm working with a NetFPGA https://netfpga.org/ ).
I'm aiming to stop the clock in certain modules when there is no traffic, to obtain less energy consumption. I'm doing this by using a buffer that's present on the board, to enable the clock only when necessary to such modules.
The problem is, doing it this way I won't meet timing constraints. I even tried to make the board work with 62.5MHz instead of the default 125MHz, but it's still not enough. Note that in this configuration all the board works with the 62.5MHz clock: some modules will work with a "gated" version of that clock and some with the "regular" one (I need to keep some modules working all the time because otherwise i wouldn't be able to tell if there are packets arriving at all and to turn on again the rest of the system).
I read a way to make it work would be to have registers clocked with negative edge inbetween those working with the "regular" clock and those with the gated clock, but also this doesn't help.
Any suggestions?
Thank you very much in advance
(ps: I'm programming in Verilog)
I'm working with a Virtex II Pro (specifically, I'm working with a NetFPGA https://netfpga.org/ ).
I'm aiming to stop the clock in certain modules when there is no traffic, to obtain less energy consumption. I'm doing this by using a buffer that's present on the board, to enable the clock only when necessary to such modules.
The problem is, doing it this way I won't meet timing constraints. I even tried to make the board work with 62.5MHz instead of the default 125MHz, but it's still not enough. Note that in this configuration all the board works with the 62.5MHz clock: some modules will work with a "gated" version of that clock and some with the "regular" one (I need to keep some modules working all the time because otherwise i wouldn't be able to tell if there are packets arriving at all and to turn on again the rest of the system).
I read a way to make it work would be to have registers clocked with negative edge inbetween those working with the "regular" clock and those with the gated clock, but also this doesn't help.
Any suggestions?
Thank you very much in advance
(ps: I'm programming in Verilog)
Last edited: