Icarus Verilog (iverilog) の Mac へのインストール
Verilog シミュレータ Icarus Verilog をMac へインストールする
前提
下記がインストール済み
Homebrew
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; ....
等と出力される
以上
おそらく波形表示ソフトであるgtkwave の Mac へのインストールもした方が良い
#Verilog
#iverilog
#Icarus_Verilog
#gtkwave
#command
#homebrew
#mac
#macOS