ASU-VDA-Lab / 2024_ICCAD_Contest_Gate_Sizing_Benchmark

11 stars 4 forks source link

bug in evalutaion.py #4

Closed cai-zhi-jie closed 2 weeks ago

cai-zhi-jie commented 2 weeks ago

in 2024_ICCAD_Contest_Gate_Sizing_Benchmark/src/evaluation/evaluation.py line 69 -- 82 when getting the max cap and slew: image capLimit is wrongly assigned with the value of slewLimit in line 82. And the slewLimit is hardcore set to 320 in line 91.

Since the result of "report_check_types -max_slew," the reported limit should be the slew limit. image

Meanwhile, the capLimit can be acquired in the result of "report_check_types -max_cap" image

bingyuew commented 2 weeks ago

Fixed that.