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 | cannot get compedklib tool to work

There are 3 messages in this thread.

You are currently looking at messages 0 to 3.

cannot get compedklib tool to work - 2005-05-24 09:00:00

Hello,

I have a problem simulating a design made in Xilinx Platform Studio
with EDK 6.3.

The thing is, I cannot get compedklib to work. It cannot detect my
ModelSim simulator, and therefore it will not compile the libraries I
need for my simulation.

I'm using the 6.3 EDK and ModelSim SE 6.0c.
Does anyone know which environment variables I have to set for the
compedklib to detect my installation of ModelSim?

I have the following system variables:

XILINX=c:\Xilinx
XILINX_EDK=C:\edk
MODELSIM=c:\modeltech_6.0c\modelsim.ini
LMC_HOME=C:\Xilinx\smartmodel\nt\installed_nt
LM_LICENSE_FILE=<..bunch of IP adresses..>

all the paths above are correct.

Does anyone else experience this same problem?
Or does anyone using a similar config have a working system?
Your help is appreciated.

Thanks in advance,
Jim Tuilman

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



Re: cannot get compedklib tool to work - Ryan Laity - 2005-05-24 17:54:00

Jim,

You must have vcom.exe in your Path.  In other words, the variable PATH 
must include something like "C:\Modeltech_6.0c\win32" (or wherever your 
Modelsim executables live).

Best regards,
Ryan Laity
Xilinx

    z...@mytrashmail.com wrote:
> Hello,
> 
> I have a problem simulating a design made in Xilinx Platform Studio
> with EDK 6.3.
> 
> The thing is, I cannot get compedklib to work. It cannot detect my
> ModelSim simulator, and therefore it will not compile the libraries I
> need for my simulation.
> 
> I'm using the 6.3 EDK and ModelSim SE 6.0c.
> Does anyone know which environment variables I have to set for the
> compedklib to detect my installation of ModelSim?
> 
> I have the following system variables:
> 
> XILINX=c:\Xilinx
> XILINX_EDK=C:\edk
> MODELSIM=c:\modeltech_6.0c\modelsim.ini
> LMC_HOME=C:\Xilinx\smartmodel\nt\installed_nt
> LM_LICENSE_FILE=<..bunch of IP adresses..>
> 
> all the paths above are correct.
> 
> Does anyone else experience this same problem?
> Or does anyone using a similar config have a working system?
> Your help is appreciated.
> 
> Thanks in advance,
> Jim Tuilman
> 

Re: cannot get compedklib tool to work - 2005-05-25 07:11:00

Thank you very much. I made the changes to my
%path% variable and it
works like a charm.

Jim Tuilman