You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/vpr/file_formats.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -394,7 +394,7 @@ The ``.param`` statement allows parameters (e.g. primitive modes) to be tagged o
394
394
Parameters can have one of the three available types. Type is inferred from the format in which a parameter is provided.
395
395
396
396
* **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.
398
398
399
399
* **binary word**
400
400
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