.. _file_format_boundary_timing_template_file:
Boundary Timing Template File (.xml)
------------------------------------
This file is generated by command :ref:`openfpga_setup_commands_write_boundary_timing_template`
The boundary timing template file aims to show:
- External pin names of the eFPGA fabric
- The minimum and maximum timing values associated with each pin
This file serves as a template for generating SDC timing constraints and can be modified by users to reflect system-level timing assumptions.
An example of the file is shown as follows.
.. code-block:: xml
.. option:: pin=""
The name of the pin in FPGA fabric. Note that all the bus port will be flatten in this file
.. note:: You should be find the exact pin in the module if you output the Verilog netlists.
.. option:: name=""
Specify the pin name of the FPGA chip
.. option:: min=""
The minimum timing value associated with this pin, expressed in nanoseconds.
.. option:: max=""
The maximum timing value associated with this pin, expressed in nanoseconds.