[doc] update options for pcf2place command

This commit is contained in:
tangxifan 2022-10-17 13:55:18 -07:00
parent 2f434fd4d3
commit aef94171c2
1 changed files with 4 additions and 0 deletions

View File

@ -292,6 +292,10 @@ pcf2place
Specify the path to the placement file which will be outputted by running this command Specify the path to the placement file which will be outputted by running this command
.. option:: --pin_table_direction_convention <string>
Specify the naming convention for ports in pin table files from which pin direction can be inferred. Can be [``explicit``|``quicklogic``]. When ``explicit`` is selected, pin direction is inferred based on the explicit definition in a column of pin table file, e.g., GPIO direction (see details in :ref:`file_format_pin_table_file`). When ``quicklogic`` is selected, pin direction is inferred by port name: a port whose postfix is ``_A2F`` is an input, while a port whose postfix is ``_A2F`` is an output. By default, it is ``explicit``.
.. option:: --no_time_stamp .. option:: --no_time_stamp
Do not print time stamp in bitstream files Do not print time stamp in bitstream files