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 | Xilinx TCL and Cygwin

There are 3 messages in this thread.

You are currently looking at messages 0 to 3.

Xilinx TCL and Cygwin - Rob Gaddi - 2009-09-09 17:38:00

I was just starting to try to do some playing
with TCL, and ran into an
interesting problem.  If you're running bash through Cygwin:

A) Trying to run xtclsh just hangs entirely, forcing you to kill the
process.

B) The built-in Cygwin tclsh seems to work fine, but when you try to
execute the line >> source $env(XILINX)/bin/xilinx-init.tcl << you get
the response "The XILINX environment variable is not set or is empty."
with XILINX set to either C:/Xilinx/11.1/ISE or
to /cygdrive/c/Xilinx/11.1/ISE.

xtclsh runs fine when executed under the normal Windows XP cmd shell,
but if I've got to sit around hopping back and forth between shells its
going to make for a very complicated build process.

I figured CAF was about the only place where someone might know about
working with TCL scripts for Xilinx designs under Cygwin.  So...anyone?

Thanks,
Rob

-- 
Rob Gaddi, Highland Technology
Email address is currently out of order



Re: Xilinx TCL and Cygwin - Muzaffer Kal - 2009-09-09 18:14:00

On Wed, 9 Sep 2009 14:38:39 -0700, Rob Gaddi
<r...@technologyhighland.com> wrote:

>I was just starting to try to do some playing with TCL, and ran into an
>interesting problem.  If you're running bash through Cygwin:
>
>A) Trying to run xtclsh just hangs entirely, forcing you to kill the
>process.
>
>B) The built-in Cygwin tclsh seems to work fine, but when you try to
>execute the line >> source $env(XILINX)/bin/xilinx-init.tcl << you get
>the response "The XILINX environment variable is not set or is empty."
>with XILINX set to either C:/Xilinx/11.1/ISE or
>to /cygdrive/c/Xilinx/11.1/ISE.

Could be your version of windows or cygwin. Under Vista 64 SP2 and
cygwin 1.5.25-15 everything above works.
-- 
Muzaffer Kal

DSPIA INC.
ASIC/FPGA Design Services

http://www.dspia.com
______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.

Re: Xilinx TCL and Cygwin - Mike Treseler - 2009-09-09 18:29:00

Rob Gaddi wrote:
> I was just starting to try to do some playing with TCL, and ran into an
> interesting problem.  If you're running bash through Cygwin:

cygwin is a time bandit.
try cmd.exe  tcl or wish
or modelsim transcript
or linux bash.
Good luck.

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