TILOS-AI-Institute / MacroPlacement

Macro Placement - benchmarks, evaluators, and reproducible results from leading methods in open source
BSD 3-Clause "New" or "Revised" License
208 stars 42 forks source link

Can FormatTranslators generate .plc file? #26

Closed sharkoo7 closed 1 year ago

sharkoo7 commented 1 year ago

Google circuit training require both initial.plc and .pb.txt .But Running test2.py only generates pb.txt file. In test2.py, you set output_file = design + ".plc" , but seems like it is not used.

ZhiangWang033 commented 1 year ago

Yes, you are right. We are working on enabling this function. I will ping you when the function is online.

sharkoo7 commented 1 year ago

Thank you so much for working on it! I enabled this function based on your code in the past few days. And the generated initial.plc file seems to work fine in the circuit training process. I would love share it, if you are interested.

ZhiangWang033 commented 1 year ago

Hi Sharkoo7, Thanks for your work. We have enabled this function also.

RaidToRadar commented 1 year ago

I would like this feature. would you mind sharing this code with me please