virgorabbit
Junior Member level 3
- Joined
- Nov 29, 2004
- Messages
- 30
- Helped
- 2
- Reputation
- 4
- Reaction score
- 0
- Trophy points
- 1,286
- Activity points
- 328
How to implemented gated clock in SoC for power saving? Is the latch save for this implementation?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
virgorabbit said:How to implemented gated clock in SoC for power saving? Is the latch save for this implementation?
gogogo said:you can also insert clock gating yourself!
for exaple: system_clock = clock & en;
when en becomes low, the system will hold current state, because no clock is provided!
What is "expansion of Clock Tree"? Could you explain it please?expansion of Clock Tree synthesis
Could you please provide the entire command/line?add the option gate-clock,when you run the design compile