Sign in

username:

password:



Not a member?

Search Comp.Arch.FPGA



Search tips

fpga by Keywords

Altera | ASIC | CPLD | Cyclone | DCM | DDR | DSP | Ethernet | ISE | JTAG | Linux | LVDS | Microblaze | ML310 | Modelsim | NIOS | OPB | PCI | Quartus | RocketIO | SDRAM | Spartan | Spartan3 | SRAM | Stratix | Verilog | VHDL | Virtex | Virtex-4 | Virtex-II | Xilinx | XST


Ads

See Also

DSPEmbedded SystemsElectronics

Comp.Arch.FPGA | XST Tool - Want a verilog simulation netlist

There are 3 messages in this thread.

You are currently looking at messages 0 to 3.

XST Tool - Want a verilog simulation netlist - Varun Jindal - 2004-09-28 12:21:00

Hello,

I want to compare two designs, one of which is written in verilog
while the other one is in vhdl. the testcases are also written in
verilog. while running the vhdl design, (using XST VHDL) .. the design
compiles without error, but i couldnt figure out a way to generate the
simulation netlist in verilog for the design. does there exist any
such switch using which i can generate a verilog simulation netlist
for designs compiled with XST VHDL

thanks in advance.,

regards
Varun Jindal.



Re: XST Tool - Want a verilog simulation netlist - B. Joshua Rosen - 2004-09-28 13:19:00

On Tue, 28 Sep 2004 09:21:13 -0700, Varun Jindal
wrote:

> Hello,
> 
> I want to compare two designs, one of which is written in verilog
> while the other one is in vhdl. the testcases are also written in
> verilog. while running the vhdl design, (using XST VHDL) .. the design
> compiles without error, but i couldnt figure out a way to generate the
> simulation netlist in verilog for the design. does there exist any
> such switch using which i can generate a verilog simulation netlist
> for designs compiled with XST VHDL
> 
> thanks in advance.,
> 
> regards
> Varun Jindal.

ngd2ver converts the ngd file to verilog
ngd2vhdl converts the ngd file to VHDL

You don't need to synthesize the designs to simulate them together, any
decent simulator like NCverilog can simulate Verilog and VHDL together.
Take the two sources and put them in the same testbench with some
comparison logic.

______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.

Problem with loading the verilog design to XST - Dominik Gawlowski - 2004-09-30 07:16:00

Hi

When I am trying to load the verilog design to xst, I am receiving the 
followin errors:

ERROR:HDLParsers:340 Entity <test> does not exist in library <work>
ERROR:Xst:1876 - Entity <test> not found, Recompile it.

I am using the newest Xilinx ISE 6.3i

I have tried to fin out more about this errors on Xilinx web page, but I 
was unsuccessful.

Do you have any ideas how to get rid of this errors??

thank you in advance


Dominik Gawlowski

______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.