NikosTS
Advanced Member level 4
Hello everyone,
I have a design where on the top level I have a clock signal as a port and I want to make sure it arrives with a delay at a specific pin inside the hierarchy.
I tried something : set_min_delay 0.5 -from CLK -to hier1/CLK (where hier1 is the module and CLK is the module's clock pin ) and I would expect to have some buffers/delay cells inserted.
However it doesn't seem to make a difference.
Any ideas on how to proceed?
Thank you
I have a design where on the top level I have a clock signal as a port and I want to make sure it arrives with a delay at a specific pin inside the hierarchy.
I tried something : set_min_delay 0.5 -from CLK -to hier1/CLK (where hier1 is the module and CLK is the module's clock pin ) and I would expect to have some buffers/delay cells inserted.
However it doesn't seem to make a difference.
Any ideas on how to proceed?
Thank you