Icarus Verilog (iverilog) の Mac へのインストール
Verilog シミュレータ Icarus Verilog をMac へインストールする
前提
下記がインストール済み
Xcode Command Line Tools
インストール
$ brew install icarus-verilog
確認
$ iverilog -V
code:terminal
Icarus Verilog version 10.2 (stable) (v10_2)
Copyright 1998-2015 Stephen Williams
This program is free software; ....
等と出力される
以上