I have Icarus Verilog installed on macos, but when I run it in the terminal to get a .vcd
file, it always give me these messages:
ben@Bens-macbook ~ % iverilog -o khanh.vvp khanh_tb.v
khanh_tb.v: No such file or directory
No top level modules, and no -s option.
Can anyone help me with this problem?