soloktanjung
Full Member level 6
Synopsys DC warnings: not constrainted endpoints for max delay
Hi,
I have these warning when do check_timing in Design Compiler:
I have used set_output_delay and set_input_delay to constraint the design, but I dont understand why there are still some path unconstrained?
How to constraint it? the first two paths are not primary or top level IO ports. I use get_ports command to detect these "data_in" ports but DC cannot find it.
Thank in advance.
Hi,
I have these warning when do check_timing in Design Compiler:
Code:
Warning: The following end-points are not constrained for maximum delay.
End point
---------------
top/block1/async_fifo/Status_reg/data_in
top/block2/async_fifo/Status_reg/data_in
fifo1_wr_en_o
fifo1_wr_en_o
I have used set_output_delay and set_input_delay to constraint the design, but I dont understand why there are still some path unconstrained?
How to constraint it? the first two paths are not primary or top level IO ports. I use get_ports command to detect these "data_in" ports but DC cannot find it.
Thank in advance.