From 07d973d25128e75f303f51e805810c14f9413ffe Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Thu, 17 Feb 2022 09:29:05 +0100 Subject: [PATCH] sim/icarus: use multiline block syntax for the summary string --- sim/icarus/meta.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sim/icarus/meta.yaml b/sim/icarus/meta.yaml index 06124a5d..40a1a26f 100644 --- a/sim/icarus/meta.yaml +++ b/sim/icarus/meta.yaml @@ -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.'