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 | EDK does not find Modelsim


There are 2 messages in this thread.

You are currently looking at messages 0 to 2.

EDK does not find Modelsim - Timo Gerber - 2007-12-04 04:45:00

Hi,
I want to launch Modelsim from within Xilinx EDK.
I have the correct versions installed, the ISE recognizes Modelsim 
correctly.
EDK says it cannot find Modelsim, although i have set the following 
variables in Win XP:
%MODELSIM% points to the correct modelsim.ini
%MODELTECH% points to the win32 Folder of the installation package
%MODEL_TECH% also points to the win32 folder.

What is going wrong in the configuration?

Timo
______________________________
Newest Blog by Chris Felton: "The Spartans". Click here to read.



Re: EDK does not find Modelsim - Mike Treseler - 2007-12-04 11:01:00

Timo Gerber wrote:

> I want to launch Modelsim from within Xilinx EDK.

Click up a shell, bash or cmd.exe

mkdir play
cd play
vcom

If this doesn't give you the vcom usage,
type "exit" to close the shell,
find vcom, and add it's location
to your path and try again.

       -- Mike Treseler