[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: Multiple modules in source



On 7/15/05, CN <mis4@xxxxxxxxxxx> wrote:
> A very basic newbie question. Is ivl supposed to produce synthesis code for multiple
> modules in one file?  If I run the following sorce with -tfpga -parch=virtex v0.8.1

I think you want the '-s' option. Check the manpage and search for
'-s', and it explains how it chooses the "root module".

When synthesizing a real-world design with iverilog, you typically
only have one root module, and other modules are used for simulation,
etc. See examples/sqrt-virtex.v for more information.

-- 
- Charles Lepple