Request for io_pin_order.yaml for FABulous tiles #633
-
|
Hello, Could you please share the Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
The The only job of that file is to specify the pin order, but it will not align the pins for you. You will need a custom pin-placement script to handle alignment if you plan to use a proprietary EDA tool. However, if you are planning to use Openroad for hardening, one option is to bring up the PDK so it works in librelane, and with that, all the hardening automation is already done for you. |
Beta Was this translation helpful? Give feedback.
The
io_pin_order.yamlis generated by the tool itself. There is no way to generate that file directly right now. I will later add a command to do so. But for now, you can just use one of the open PDKs to generate the file, or use the Python API and callgen_io_pin_order_configto generate the file. However, the pin order file will not help you with the correct alignment.The only job of that file is to specify the pin order, but it will not align the pins for you. You will need a custom pin-placement script to handle alignment if you plan to use a proprietary EDA tool. However, if you are planning to use Openroad for hardening, one option is to bring up the PDK so it works in librelane, a…