circuit_training
circuit_training copied to clipboard
is there any special handling for mac osx; plc_wrapper_main is an elf file that is not compatible with mac osx
Might be worth seeing if using the actual wire length from an open source EDA tool improves the agent performance. https://github.com/The-OpenROAD-Project/OpenROAD/issues/1563
Hello I am seungju kim. Thanks for sharing this wonderful repo. It is very helpful for our project. I have a question about macro's orientation. I think that after all...
Hi, Since TensorBoard.dev is shutting down, could you please export and share the TensorBoard details for the example Ariane runs provided [here](https://github.com/google-research/circuit_training/blob/main/docs/ARIANE.md#results)? Thanks, Sayak
Hi there! I ran into some problems when I'm running the project. I did as the README.md says, and when it was executing this line, it got blocked and never...
Hello, I wanted to ask if there is an available way to use the OpenROAD-flow scripts and be able to transfer the LEF/DEF contents and use it for Circuit Training....
I'm having issues with the amount of CPU RAM being used by train_ppo.py. Specifically, over the course of training the memory usage steadily increases until there is no memory left,...
Hi, After this [commit](https://github.com/google-research/circuit_training/commit/d5e454e5bcd153a95d320f664af0d1b378aace7b), I see the grouping code no longer supports two smaller split protobuf netlists as input as mentioned [here](https://github.com/google-research/circuit_training/tree/main/circuit_training/grouping#note). So I can not run the latest grouping...
Hi, MacroPlacement Team has an open sourced version of [plc_wrapper_main](https://github.com/TILOS-AI-Institute/MacroPlacement/tree/main/CodeElements/Plc_client) (under our interpretation). We provide [guidence](https://github.com/TILOS-AI-Institute/MacroPlacement/tree/main/CodeElements/Plc_client#how-to-run-our-code-in-circuit-training) on how to plug it into CircuitTraining in our github documentation but this requires...
Hi, according to [NETLIST_FORMAT](https://github.com/google-research/circuit_training/blob/main/docs/NETLIST_FORMAT.md), 90 degree rotations are not allowed for macro. May I know the reason?