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

quicklogic: investigate negative cost warnings #1437

Closed
kgugala opened this issue Apr 22, 2020 · 4 comments
Closed

quicklogic: investigate negative cost warnings #1437

kgugala opened this issue Apr 22, 2020 · 4 comments
Assignees

Comments

@kgugala
Copy link
Contributor

kgugala commented Apr 22, 2020

During routing VPR prints a lot of negative cost warnings:

Warning 14404762: Cost is negative? cost = -2.352, bucket = -2147483648

It is unclear if this is caused by the timing data we use, bug in timing import or a bug in timing model.

@kgugala kgugala self-assigned this Apr 22, 2020
@tpagarani
Copy link
Contributor

We see that route.log is taking up to 2GB space with these warning messages.
Could this also be causing increased run time in router?

@litghost
Copy link
Contributor

The cost function can never be negative in a sensical timing model. A negative cost is a signal that travels backwards in time.

@litghost
Copy link
Contributor

litghost commented Apr 22, 2020

Also the units on the timing driven router is seconds, so a cost of -2.3 seconds is pretty crazy.

@kgugala
Copy link
Contributor Author

kgugala commented May 6, 2020

This has been fixed by bumping VPR version. Negative costs do not appear in the routing anymore.

@kgugala kgugala closed this as completed May 6, 2020
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

3 participants