Skip to content

Commit 71fc191

Browse files
lpawelczmkurc-ant
authored andcommitted
doc: vpr: file_formats: warn about unsupported parameters formats
Signed-off-by: Pawel Czarnecki <[email protected]>
1 parent 9752d01 commit 71fc191

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/src/vpr/file_formats.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,8 @@ For example:
413413
414414
Would set the parameters ``feedback``, ``multiplier`` and ``power`` of the above ``pll`` ``.subckt`` to ``"internal"``, ``0.50`` and ``001101`` respectively.
415415

416+
.. warning:: Integers in notation other than binary (e.g. decimal, hexadecimal) are not supported. Occurrence of params with digits other than 1 and 0 for binary words, not quoted (strings) or not separated with dot ``.`` (real numbers) are considered to be illegal.
417+
416418
Interpretation of parameter values is out of scope of the BLIF format extension.
417419

418420
``.param`` statements propagate to ``<parameter>`` elements in the packed netlist.

0 commit comments

Comments
 (0)