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

Evaluator doesn't check if all nets exists in output #19

Open
ZFTurbo opened this issue Jan 18, 2024 · 1 comment
Open

Evaluator doesn't check if all nets exists in output #19

ZFTurbo opened this issue Jan 18, 2024 · 1 comment

Comments

@ZFTurbo
Copy link

ZFTurbo commented Jan 18, 2024

If you give as result fully empty file (or if just some nets missing) evaluator will not say that something is wrong:

For ariane133_51 it will output total cost 196583.0838

Num nets = 128673
Grid Graph Size (x, y, z)= 844 x 1144 x 10
Layer = 1, layer_overflows = 8363.481117, overflow cost = 836.348112
Layer = 2, layer_overflows = 6202.330315, overflow cost = 1456.581143
Layer = 3, layer_overflows = 25522.641157, overflow cost = 4008.845259
Layer = 4, layer_overflows = 79137.808329, overflow cost = 11922.626092
Layer = 5, layer_overflows = 33114.915780, overflow cost = 15234.117670
Layer = 6, layer_overflows = 431321.764969, overflow cost = 58366.294167
Layer = 7, layer_overflows = 317650.727258, overflow cost = 90131.366892
Layer = 8, layer_overflows = 510794.040794, overflow cost = 141210.770972
Layer = 9, layer_overflows = 553723.128387, overflow cost = 196583.083811
Number of open nets : 0
wirelength cost 0.0000
via cost 0.0000
overflow cost 196583.0838
total cost 196583.0838
@liangrj2014
Copy link
Owner

Thanks for pointing out the issue! We will fix it soon

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

2 participants