Unverified Commit ab1df499 by ZhiangWang033 Committed by GitHub

Update README.md

parent 772ef2c0
......@@ -2,7 +2,7 @@
Convert netlists in other formats (e.g. LEF/DEF or Bookshelf) to netlist in protocol buffer format
We implemented three different types of versions based on OpenDB.
We implemented three different types of conversions based on OpenDB.
* **LEF/DEF -> Protocol Buffer Format** : In this conversion, users need to provide the def file and corresponding lefs. Here is [an example](https://github.com/TILOS-AI-Institute/MacroPlacement/blob/main/CodeElements/FormatTranslators/test/LefDef2ProtocolBufferFormat/test2.py).
* **Bookshelf -> Protocol Buffer Format** : In this conversion, users can directly convert netlist in Bookshelf format to corresponding netlist in protocol buffer format. Here is [an example](https://github.com/TILOS-AI-Institute/MacroPlacement/blob/main/CodeElements/FormatTranslators/test/Bookshelf2ProtocolBufferFormat/test1.py).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment