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.

[SOLVED] Multicycle path synthesis

Status
Not open for further replies.

stevenv07

Member level 2
Joined
Aug 11, 2020
Messages
43
Helped
0
Reputation
0
Reaction score
1
Trophy points
8
Activity points
404
Hello everyone,

My design has many clock domains. For simplicity, let's take 2 clock domains. One is master clock clk, and another one is generated clock clk_div_40 from the master.

clk_div_40 -> FF1 -> FF2 (clk)

I set multicycle path as follows

set_multicycle_path 40 -setup -from clk_div_40 -to clk -end

When design compiler generates sdc file, it changes 40 cycles to 39 cycles. I dont know why it change my setting. Could you explain me this?

Thank you so much.
Steve.
 

do a report_clocks and check if it says 39 there. you might be misinterpreting the timing analysis.
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top