diff --git a/sim/icarus/build.sh b/sim/icarus/build.sh index 3dbad0ff..15632154 100644 --- a/sim/icarus/build.sh +++ b/sim/icarus/build.sh @@ -10,6 +10,3 @@ sh ./autoconf.sh make -j$CPU_COUNT make install - -$PREFIX/bin/iverilog -V -$PREFIX/bin/iverilog -h || true 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.'