When I try to execute the Icarus tool on a System Verilog file I execute something like this:
1 | \Icarus\bin\iverilog -g2009 -o example.(file-suffix) example.sv |
What do people typically use for (file-suffix)?
|
Forum: FPGA, VHDL & Verilog What file suffix is usually used for the filename following a -o?When I try to execute the Icarus tool on a System Verilog file I execute something like this:
What do people typically use for (file-suffix)? Pick your favorite: - nothing, which is not the only option but also not uncommon for output from a compiler - .vvp (or whatever the target might be) because it helps you to remember what it is and what to do with it - .out because it is closest to the default a.out I've seen all of those options. However, I do not use any suffix if possible. It's a couple of extra keystrokes either way and I am lazy. :) Please log in before posting. Registration is free and takes only a minute.
Existing account
Do you have a Google/GoogleMail account? No registration required!
Log in with Google account
No account? Register here.
|
|