ASU-VDA-Lab / 2024_ICCAD_Contest_Gate_Sizing_Benchmark

11 stars 4 forks source link

'Timing' object has no attribute 'resetTiming' #11

Closed steveniscoming closed 4 days ago

steveniscoming commented 5 days ago

when I execute the new example I have some problem image (I have rebuilt my openroad yesterday)

bingyuew commented 5 days ago

Please run "git pull --recurse-submodules" or reclone the GitHub repository and rebuild the OpenROAD binary. Please make sure you are using the OpenROAD module from my fork.

steveniscoming commented 4 days ago

I used this command "git clone --recursive https://github.com/bingyuew/OpenROAD.git" is it correct?

bingyuew commented 4 days ago

No, it will link to the default branch. Please add the "-b cad_contest" flag to specify the branch. Or use the command I provided above.

steveniscoming commented 4 days ago

got it