Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix base_user_proj_example.sdc file for irq port constraints #360

Open
vijayank88 opened this issue May 10, 2024 · 0 comments
Open

Fix base_user_proj_example.sdc file for irq port constraints #360

vijayank88 opened this issue May 10, 2024 · 0 comments

Comments

@vijayank88
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant