Using both Verilog and VHDL for Xilinx simulation

M

Michael

Guest
Hi,

How do I setup synopsys_sim.setup for simulating both Verilog and VHDL
using VCS for a Xilinx FPGA?

I need for instance have SIMPRIM point to both the VHDL and the Verilog
compiled library path, I did try using a : and simply append them but it
failed.

/michael
 
On Feb 22, 5:43 am, Michael <michael_laaja...@yahoo.com> wrote:
Hi,

How do I setup synopsys_sim.setup for simulating both Verilog and VHDL
using VCS for a Xilinx FPGA?

I need for instance have SIMPRIM point to both the VHDL and the Verilog
compiled library path, I did try using a : and simply append them but it
failed.

/michael
have you tried using "vlog" to compile verilog codes and "vcom" to
compile VHDL codes?
 

Welcome to EDABoard.com

Sponsor

Back
Top