Skip to content

Commit 8f32f78

Browse files
authored
sim/icarus: use multiline block syntax for the summary string (#178)
2 parents 287a1db + 07d973d commit 8f32f78

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

sim/icarus/build.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,3 @@ sh ./autoconf.sh
1010

1111
make -j$CPU_COUNT
1212
make install
13-
14-
$PREFIX/bin/iverilog -V
15-
$PREFIX/bin/iverilog -h || true

sim/icarus/meta.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,9 @@ about:
5757
home: http://iverilog.icarus.com/
5858
license: GPLv2
5959
license_file: COPYING
60-
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.'
60+
summary: |
61+
Icarus Verilog (iverilog) is a Verilog simulation and synthesis tool.
62+
It operates as a compiler, compiling source code written in Verilog (IEEE-1364) into some target format.
63+
For batch simulation, the compiler can generate an intermediate form called vvp assembly.
64+
This intermediate form is executed by the ``vvp'' command.
65+
For synthesis, the compiler generates netlists in the desired format.'

0 commit comments

Comments
 (0)