Skip to content

Commit

Permalink
sim/icarus: use multiline block syntax for the summary string
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Feb 17, 2022
1 parent 3aa424b commit 07d973d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion sim/icarus/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,9 @@ about:
home: http://iverilog.icarus.com/
license: GPLv2
license_file: COPYING
summary: 'Icarus Verilog (iverilog) is a Verilog simulation and synthesis tool. It operates as a compiler, compiling source code written in Verilog (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. For synthesis, the compiler generates netlists in the desired format.'
summary: |
Icarus Verilog (iverilog) is a Verilog simulation and synthesis tool.
It operates as a compiler, compiling source code written in Verilog (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.
For synthesis, the compiler generates netlists in the desired format.'

0 comments on commit 07d973d

Please sign in to comment.