mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: iverilog: Use Texinfo in description.
* gnu/packages/fpga.scm (iverilog)[description]: Substitute @command for inverted commas.
This commit is contained in:
parent
c046904d74
commit
77659ff3ad
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ (define-public iverilog
|
|||
(IEEE-1364) into some target format.
|
||||
For batch simulation, the compiler can generate an intermediate form
|
||||
called vvp assembly.
|
||||
This intermediate form is executed by the ``vvp'' command.
|
||||
This intermediate form is executed by @command{vvp}.
|
||||
For synthesis, the compiler generates netlists in the desired format.")
|
||||
;; GPL2 only because of:
|
||||
;; - ./driver/iverilog.man.in
|
||||
|
|
Loading…
Reference in a new issue