ASU-VDA-Lab / 2024_ICCAD_Contest_Gate_Sizing_Benchmark

11 stars 4 forks source link

OpenROAD_example.py can't be valid for new Benchmark #6

Closed steveniscoming closed 1 week ago

steveniscoming commented 1 week ago

when I use the following command on new benchmark ../../OpenROAD/build/src/openroad -python OpenROAD_example.py --design_name NV_NVDLA_partition_p image I come across some problems image same things happen to other new benchmark image image

but the original one (NV_NVDLA_partition_m)does not have such problem image image

bingyuew commented 1 week ago

The example file is tailor-made for the nvdla_partition_m case. You need to change the instance name used in the "findInst" function to work with other designs.

steveniscoming commented 1 week ago

Got it thanks