Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

behavioral clock gating & ICG

Status
Not open for further replies.

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.
 

Well there are many types of clock gating designs defined in the synopsys document. Each design has its own attribute
integrate_clock_gate, pose_latch_control etc....you have to model the "gating element" to the circuit which are trying to use with proper attribute in the .lib. This way the tool will be able to figure out this "element" is being used as a clock gater. For ICG(integrated clock gater: most popular implementation)...there is a particular cell in the library which will be inserted by the tool when you enable clock gating.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top