liangrj2014 / ISPD24_contest

20 stars 0 forks source link

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

Open ZFTurbo opened 10 months ago

ZFTurbo commented 10 months ago

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 commented 10 months ago

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