There are 3 messages in this thread.
You are currently looking at messages 0 to 3.
Hello Guys, I am working with Synplify Pro. I have a RTL wrapper in Verilog where amodule is instantiated. But this module is available as an EDF netlist. Howcan I include this EDF netlist in my Synplify project so that it can beintegrated with the wrapper RTL without any compilation error? Best regards, Rahul --------------------------------------- Posted through http://www.FPGARelated.com
>Hello Guys, > >I am working with Synplify Pro. I have a RTL wrapper in Verilog where a >module is instantiated. But this module is available as an EDF netlist.How >can I include this EDF netlist in my Synplify project so that it can be >integrated with the wrapper RTL without any compilation error? > >Best regards, >Rahul > > > >--------------------------------------- >Posted through http://www.FPGARelated.com > Just add a blackbox synthesis directive to the wrapper and everything willbe fine. Jon --------------------------------------- Posted through http://www.FPGARelated.com
On May 27, 1:05=A0pm, "maxascent" <maxascent@n_o_s_p_a_m.n_o_s_p_a_m.yahoo.co.uk> wrote: > >Hello Guys, > > >I am working with Synplify Pro. I have a RTL wrapper in Verilog where a > >module is instantiated. But this module is available as an EDF netlist. > How > >can I include this EDF netlist in my Synplify project so that it can be > >integrated with the wrapper RTL without any compilation error? > > >Best regards, > >Rahul > > >--------------------------------------- =A0 =A0 =A0 =A0 =A0 =A0 > >Posted throughhttp://www.FPGARelated.com > > Just add a blackbox synthesis directive to the wrapper and everything wil= l > be fine. > > Jon =A0 =A0 =A0 =A0 > > --------------------------------------- =A0 =A0 =A0 =A0 > Posted throughhttp://www.FPGARelated.com Additionally, IO insertion should be disabled when the EDIF netlist is generated. If IO insertion isn't disabled, Synplify Pro treats the inputs and outputs on the RTL used for edif netlist as IOs and instantiates IO pads on it. Thanks Shyam