Skip to content

Commit 1cbc9b9

Browse files
lpawelczmkurc-ant
authored andcommitted
docs: vpr: file formats: blif: explain no support for escaping chars in string params
Signed-off-by: Pawel Czarnecki <[email protected]>
1 parent 996f3aa commit 1cbc9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/vpr/file_formats.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ The ``.param`` statement allows parameters (e.g. primitive modes) to be tagged o
394394
Parameters can have one of the three available types. Type is inferred from the format in which a parameter is provided.
395395

396396
* **string**
397-
Whenever a parameter value is quoted it is considered to be a string.
397+
Whenever a parameter value is quoted it is considered to be a string. BLIF parser does not allow escaped characters hence those are illegal and will cause syntax errors.
398398

399399
* **binary word**
400400
Binary words are specified using strings of characters ``0`` and ``1``. No other characters are allowed. Number of characters denotes the word length.

0 commit comments

Comments
 (0)