gnu: iverilog: Use Texinfo in description.

* gnu/packages/fpga.scm (iverilog)[description]: Substitute @command for
inverted commas.
This commit is contained in:
Tobias Geerinckx-Rice 2018-02-19 05:41:37 +01:00
parent c046904d74
commit 77659ff3ad
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ It operates as a compiler, compiling source code written in Verilog
(IEEE-1364) into some target format. (IEEE-1364) into some target format.
For batch simulation, the compiler can generate an intermediate form For batch simulation, the compiler can generate an intermediate form
called vvp assembly. 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.") For synthesis, the compiler generates netlists in the desired format.")
;; GPL2 only because of: ;; GPL2 only because of:
;; - ./driver/iverilog.man.in ;; - ./driver/iverilog.man.in