Skip to content

Commit 229300b

Browse files
committed
replace unicode chars in rst to make pdf work
1 parent fa19aba commit 229300b

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

docs/source/yosys_internals/formats/cell_library.rst

+9-8
Original file line numberDiff line numberDiff line change
@@ -689,14 +689,15 @@ There are 2 products to be summed, so ``\DEPTH`` shall be 2.
689689

690690
.. code-block::
691691
692-
~A[2]-----┐
693-
A[2]----┐|
694-
~A[1]---┐||
695-
A[1]--┐|||
696-
~A[0]-┐||||
697-
A[0]┐||||| product formula
698-
010000 ~\A[0]
699-
001001 \A[1]~\A[2]
692+
~A[2]-----+
693+
A[2]----+|
694+
~A[1]---+||
695+
A[1]--+|||
696+
~A[0]-+||||
697+
A[0]+|||||
698+
|||||| product formula
699+
010000 ~\A[0]
700+
001001 \A[1]~\A[2]
700701
701702
So the value of ``\TABLE`` will become ``010000001001``.
702703

0 commit comments

Comments
 (0)