layowblue
Advanced Member level 4
- Joined
- Mar 21, 2014
- Messages
- 115
- Helped
- 19
- Reputation
- 38
- Reaction score
- 18
- Trophy points
- 18
- Activity points
- 791
Hi all
In my design, I have two types of clocks:
input clk;
input [7:0] channel_clk;
They are synchronous clocks, except that "channel_clk" is gated under some conditions by clock_gating cells.
1) When creating sdc, how do I tell the synthesis tool that these two clock types are synchronous to each other?
2) If I want to put tighter setup constaints on channel_clk, what should I do?
3) Some other input pin(say A) goes to flops clocked by both those clocks, how should I specify the input delay for A?
Thanks a lot
Leo
In my design, I have two types of clocks:
input clk;
input [7:0] channel_clk;
They are synchronous clocks, except that "channel_clk" is gated under some conditions by clock_gating cells.
1) When creating sdc, how do I tell the synthesis tool that these two clock types are synchronous to each other?
2) If I want to put tighter setup constaints on channel_clk, what should I do?
3) Some other input pin(say A) goes to flops clocked by both those clocks, how should I specify the input delay for A?
Thanks a lot
Leo