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 | Install two version of EDK/ISE (8.1, 8.2) in my windows xp?

There are 6 messages in this thread.

You are currently looking at messages 0 to 6.

Install two version of EDK/ISE (8.1, 8.2) in my windows xp? - Pablo - 2007-06-06 03:47:00

Is it possible to install two diferent versions
of EDK/ISE, that is,
one EDK/ISE 8.1 and another EDK/ISE 8.2. The reson is that I need the
first one for simulink, but my custom board uses the second one (for
the drivers). I suppose that the problem is the "Path Variable".

Has anyone some experience in this?.

I will post my results as soon as possible.

Regards, Pablo

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



Re: Install two version of EDK/ISE (8.1, 8.2) in my windows xp? - Zara - 2007-06-06 05:10:00

On Wed, 06 Jun 2007 00:47:44 -0700, Pablo
<p...@gmail.com> wrote:

>Is it possible to install two diferent versions of EDK/ISE, that is,
>one EDK/ISE 8.1 and another EDK/ISE 8.2. The reson is that I need the
>first one for simulink, but my custom board uses the second one (for
>the drivers). I suppose that the problem is the "Path Variable".
>
>Has anyone some experience in this?.
>
>I will post my results as soon as possible.
>
>Regards, Pablo


You only need to create some littel batch files around the calls to
porject navigated and edk, setting the corresponding variables:
this is my batch file for EDK 8.2:

set LMC_HOME=c:\Xilinx8.2\smartmodel\nt\installed_nt
set XILINX=c:\Xilinx8.2
set XILINX_EDK=C:\EDK8.2
set PATH=%XILINX_EDK%\bin\nt;%XILINX%\bin\nt;%PATH%
bin\nt\xps_sdk.exe


It works nice.

Regards,

Zara

Re: Install two version of EDK/ISE (8.1, 8.2) in my windows xp? - Symon - 2007-06-06 07:02:00

"Pablo" <p...@gmail.com>
wrote in message 
news:1...@p77g2000hsh.googlegroups.com...
> Is it possible to install two diferent versions of EDK/ISE, that is,
> one EDK/ISE 8.1 and another EDK/ISE 8.2. The reson is that I need the
> first one for simulink, but my custom board uses the second one (for
> the drivers). I suppose that the problem is the "Path Variable".
>
> Has anyone some experience in this?.
>
> I will post my results as soon as possible.
>
> Regards, Pablo
>
I have several directories, c:\xilinx8.1, c:\xilinx8.2 etc. I just rename 
the one I want to use to c:\xilinx .
HTH, Syms. 



Re: Install two version of EDK/ISE (8.1, 8.2) in my windows xp? - Patrick Dubois - 2007-06-06 08:05:00

On 6 juin, 07:02, "Symon"
<symon_bre...@hotmail.com> wrote:
> I have several directories, c:\xilinx8.1, c:\xilinx8.2 etc. I just rename
> the one I want to use to c:\xilinx .
> HTH, Syms.

I also recommend Symon's method. _Usually_ the method that Zara
mentions works well but I once had a problem when Xilinx had not been
installed in C:\Xilinx. Better stick to the default directory.

Patrick


Re: Install two version of EDK/ISE (8.1, 8.2) in my windows xp? - Pablo - 2007-06-06 08:28:00

First of all, thanks for your advices. I am agree
with Patrick. For me
I choose the Symon's method, but at finally I will make the Zara
scripts because this computer has to be programmed by most of people.

Regards,



  Pablo


Re: Install two version of EDK/ISE (8.1, 8.2) in my windows xp? - MikeJ - 2007-06-07 14:54:00

"Pablo" <p...@gmail.com> wrote in message 
news:1...@g4g2000hsf.googlegroups.com...
> First of all, thanks for your advices. I am agree with Patrick. For me
> I choose the Symon's method, but at finally I will make the Zara
> scripts because this computer has to be programmed by most of people.
>
in the case why not have a script that does the renaming ??