[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gEDA-dev: Icarus verilog problem with nand
Chris H wrote:
> Hello,
>
> I'm trying to instantiate a nand gate in a module, i.e.
>
> nand G1 (out1, inA, inB);
>
> I'm compiling for synthesis/EDIF output:
>
> iverilog -tfpga -parch=lpm -o netlist.edf module1.v module2.v
>
> I get errors:
> UNSUPPORTED LOGIC TYPE: 6
>
> I tried other arch also, like -parch=virtex2
>
> I'm using version 0.8.4
That just means that the code generator ran into a logic type
that it doesn't support. (The synthesizer handled it.) The
code generator for the "fpga" code generator is in tgt-fpga.
Are you really trying to *synthesize* for lpm using Icarus Verilog,
or are you trying to run a simulation? If the latter, then you
do not need (or want) the -tfpga flags. If you really are trying
to synthesize, the the tgt-fpga code generator needs to be fixed.
--
Steve Williams "The woods are lovely, dark and deep.
steve at icarus.com But I have promises to keep,
http://www.icarus.com and lines to code before I sleep,
http://www.picturel.com And lines to code before I sleep."
_______________________________________________
geda-dev mailing list
geda-dev@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev