The premise of `tcl_escape` is incorrect: it is not possible, by design,
to escape a single backslash inside of a Tcl {}-quoted string:
$ tclsh
% puts {\\}
\\
`tcl_quote` should be used instead since it can escape arbitrary strings
(and uses the right algorithm already).
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _gowin.py | ||
| _intel.py | ||
| _lattice_ecp5.py | ||
| _lattice_ice40.py | ||
| _lattice_machxo_2_3l.py | ||
| _quicklogic.py | ||
| _xilinx.py | ||