mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-05 10:50:25 +00:00
Added RTLIL and Liberty syntax highlighting to manual
This commit is contained in:
parent
88d0829d65
commit
36c39cbd04
3 changed files with 19 additions and 4 deletions
|
@ -533,7 +533,7 @@ end
|
|||
This is translated by the Verilog and AST frontends into the following RTLIL code (attributes, cell parameters
|
||||
and wire declarations not included):
|
||||
|
||||
\begin{lstlisting}[numbers=left,frame=single]
|
||||
\begin{lstlisting}[numbers=left,frame=single,language=rtlil]
|
||||
cell $logic_not $logic_not$<input>:4$2
|
||||
connect \A \in1
|
||||
connect \Y $logic_not$<input>:4$2_Y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue