Run verilog on Mac
Posted
by
Gabe
on Super User
See other posts from Super User
or by Gabe
Published on 2011-03-19T23:56:23Z
Indexed on
2012/10/30
11:07 UTC
Read the original article
Hit count: 289
osx
I need to simulate verilog on my Macbook Pro for school. I've tried downloading, configuring, and installing icarus and veriwell. The make test
works for icarus, but not for veriwell, neither of them are recognized by the terminal.
The command I'm using is:
iverilog hello.vl
and
veriwell hello.vl
Terminal claims that neither of these commands exist...
I'm very new at configuring tools with the terminal, but I think the issue is just USING the program afterwards. Any ideas?
© Super User or respective owner