eng.amr2009
Junior Member level 3
- Joined
- Dec 21, 2009
- Messages
- 25
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Location
- Egypt
- Activity points
- 1,509
Hi guys,
I'm using latch based discrete clock gating module. The clock is active high and I sample the enable with an active low latch. So, I'm sure that the latched enable will never toggle @ the clock rising edge
Questions:
1) Do I need to add clock_gating_check in synthesis constraint ?
2) Due to the skew between the clock to AND gated and latch, possible violation could happen. How can I insert ICG instead of discrete clock gating module ?
note : ICG are inserted when the RTL is designed to benefit from automatic clock gating where the enable signal is used as clock enable in the clock process. The situation is not like this. The RTL does not use clock enables. I have to gate the clock using the enable before I feed it to the destination modules.
I'm using latch based discrete clock gating module. The clock is active high and I sample the enable with an active low latch. So, I'm sure that the latched enable will never toggle @ the clock rising edge
Questions:
1) Do I need to add clock_gating_check in synthesis constraint ?
2) Due to the skew between the clock to AND gated and latch, possible violation could happen. How can I insert ICG instead of discrete clock gating module ?
note : ICG are inserted when the RTL is designed to benefit from automatic clock gating where the enable signal is used as clock enable in the clock process. The situation is not like this. The RTL does not use clock enables. I have to gate the clock using the enable before I feed it to the destination modules.