Skip to content

Fix base_user_proj_example.sdc file for irq port constraints #360

Open
@vijayank88

Description

@vijayank88

As per RTL file

the output port output [2:0] irq used at macro level.

But in sdc constraints it is used as user_irq

set_output_delay -max 0.7 -clock [get_clocks {clk}] [get_ports {user_irq[*]}]

set_output_delay -min 0 -clock [get_clocks {clk}] [get_ports {user_irq[*]}]

Facing following warnings during timing report.

Warning: base_user_proj_example.sdc line 126, port 'user_irq[*]' not found.
Warning: base_user_proj_example.sdc line 131, port 'user_irq[*]' not found.

Some of the user trying utilize irq port may lead to timing signoff issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions