Iverilog version 0.9.1 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    iverilog  most recent diff


    version 0.9.1

      View the most recent changes for the iverilog port at: iverilog.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for iverilog.
      The raw portfile for iverilog 0.9.1 is located here:
      http://iverilog.darwinports.com/dports/science/iverilog/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/iverilog


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
      The iverilog Portfile 54538 2009-07-29 11:47:25Z ryandesign macports.org $

      PortSystem 1.0
      Name: iverilog
      Version: 0.9.1
      set branch [join [lrange [split ${version} .] 0 1] .]
      Category: science
      Maintainers: nomaintainer
      Description: Icarus Verilog
      Long Description: Icarus Verilog is a Verilog simulation and synthesis tool. It operates as a compiler, compiling source code writen in Verilog (IEEE-1364) into some target format. For batch simulation, the compiler can generate C++ code that is compiled and linked with a run time library (called \"vvm\") then executed as a command to run the simulation. For synthesis, the compiler generates netlists in the desired format.
      Homepage: http://www.icarus.com/eda/verilog/
      Platform: darwin

      Master Sites: ftp://ftp.icarus.com/pub/eda/verilog/v${branch}/
      distname verilog-${version}
      Checksums: md5 91e8f40d995bf5ded7b847fcc02a98bf sha1 dc68169c77ef036de6cf7798c665f1a82a4e4254 rmd160 1eed8ff116ef81e0f1c6ab98eac58842e4325348

      configure.args mandir=\\\${prefix}/share/man
      destroot.destdir prefix=${destroot}${prefix}

      platform darwin 8 {
      depends_build-append port:bison
      }


      test.run yes
      test.target check

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/iverilog
      % sudo port install iverilog
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching iverilog
      ---> Verifying checksum for iverilog
      ---> Extracting iverilog
      ---> Configuring iverilog
      ---> Building iverilog with target all
      ---> Staging iverilog into destroot
      ---> Installing iverilog
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using iverilog with these commands:
      %  man iverilog
      % apropos iverilog
      % which iverilog
      % locate iverilog

     Where to find more information:

    Darwin Ports



    Lightbox this page.