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.

problem with two clocks

Status
Not open for further replies.

vahid_roostaie

Newbie level 5
Joined
Sep 30, 2005
Messages
9
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,384
Hi!

I have to seperated asynchronous clocks in my design.both of them are input ports
that have their own registers in my design.I used approperiate synchronizers and the other needed techniques in clock boundary and have no problem in design.

but my problem is defining and using DC commands for these two clocks.

how can I use the following commands for two clocks?do I have to repeat each of them for each one of my clock?

1-create_clock.
2-set_fix_hold.
3-set_propagated_clock.
4-set_input_delay and set_output_delay.

how can I insert clock gating in my design for two seperated clocks.I used set_clock_gating_style but this command is not related to clock.is there any other way to do this?

thanks alot
 

Hi vahid_roostaie,

You will need two create_clock.

Don't fix hold in front-end unless you are doing 0.35um or larger technology. Fix hold in layout after clock tree is inserted.

You need set input and output delay. If a pin can be driven by both clocks then you need to specified for each clock.

I think clock gating insertion is independant of how many clock you have.

Regards,
Eng Han
 

if 2 clocks are asyn, why can't we set them to false path?
 

hi utmseng,
I think we can set the paths to false if 2 clocks are asyn,and we use properly synchronizers between them.
 

1-create_clock for each clock
2-set_fix_hold [all_clock]
3-set_propagated_clock (not need if no clock tree)
4-set_input_delay and set_output_delay for synchronous signal related to one clock domain
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top