| <!-- An IO pin found on an FPGA --> |
| <pb_type name="OBUF" capacity="1"> |
| <input name="O" num_pins="1"/> |
| <pb_type name="PAD" blif_model=".output" num_pb="1"> |
| <input name="outpad" num_pins="1"/> |
| <metadata> |
| <meta name="type">bel</meta> |
| <meta name="subtype">output</meta> |
| </metadata> |
| </pb_type> |
| <interconnect> |
| <direct name="OBUF" input="OBUF.O" output="PAD.outpad" /> |
| </interconnect> |
| <fc in_type="frac" in_val="1.0" out_type="frac" out_val="1.0" /> |
| <pinlocations pattern="custom"> |
| <loc side="right">OBUF.O</loc> |
| </pinlocations> |
| <metadata> |
| <meta name="type">block</meta> |
| <meta name="subtype">tile</meta> |
| </metadata> |
| </pb_type> |