FPGA Central - World's 1st FPGA / CPLD Portal

FPGA Central

World's 1st FPGA Portal

 

Go Back   FPGA Groups > NewsGroup > FPGA

FPGA comp.arch.fpga newsgroup (usenet)

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-03-2003, 06:41 PM
Jake Janovetz
Guest
 
Posts: n/a
Default Command line in Windows?

What do you folks use as a command line shell in Windows? I know
several people are working outside of Project Navigator (Xilinx) for
builds and it Windows is just not a very comforting environment for
shell folks. What 'make' utility do you use?

Jake
Reply With Quote
  #2 (permalink)  
Old 12-03-2003, 06:48 PM
Kevin Neilson
Guest
 
Posts: n/a
Default Re: Command line in Windows?

I don't use the Navigator. I just make little batch files and execute them
from the command line. I'm told that the Cygwin environment is very nice;
it allows Unix-like shells on Windows, but I haven't tried it.
-Kevin

"Jake Janovetz" <[email protected]> wrote in message
news:[email protected] om...
> What do you folks use as a command line shell in Windows? I know
> several people are working outside of Project Navigator (Xilinx) for
> builds and it Windows is just not a very comforting environment for
> shell folks. What 'make' utility do you use?
>
> Jake



Reply With Quote
  #3 (permalink)  
Old 12-03-2003, 07:18 PM
Mike Treseler
Guest
 
Posts: n/a
Default Re: Command line in Windows?

Jake Janovetz wrote:
> What do you folks use as a command line shell in Windows? I know
> several people are working outside of Project Navigator (Xilinx) for
> builds and it Windows is just not a very comforting environment for
> shell folks. What 'make' utility do you use?


Consider adding linux with dual boot for windows.
Then you can use any shell you like
and the real make.

-- Mike Treseler

Reply With Quote
  #4 (permalink)  
Old 12-03-2003, 07:44 PM
Nicholas C. Weaver
Guest
 
Posts: n/a
Default Re: Command line in Windows?

In article <[email protected]>,
Mike Treseler <[email protected]> wrote:
>Jake Janovetz wrote:
>> What do you folks use as a command line shell in Windows? I know
>> several people are working outside of Project Navigator (Xilinx) for
>> builds and it Windows is just not a very comforting environment for
>> shell folks. What 'make' utility do you use?

>
>Consider adding linux with dual boot for windows.
>Then you can use any shell you like
>and the real make.


Also, cygwin is not that bad.


--
Nicholas C. Weaver [email protected]
Reply With Quote
  #5 (permalink)  
Old 12-03-2003, 08:03 PM
Andras Tantos
Guest
 
Posts: n/a
Default Re: Command line in Windows?

> What do you folks use as a command line shell in Windows? I know
> several people are working outside of Project Navigator (Xilinx) for
> builds and it Windows is just not a very comforting environment for
> shell folks. What 'make' utility do you use?


CygWin is OK, but it's large and slow. For a faster and smaller unix-like
shell you can consider Msys (from www.mingw.org) or actually Services for
Unix from MS (http://www.microsoft.com/windows/sfu/default.asp). I myself
use GNU make under plain vanilla CMD.EXE. It works fine for me, though it's
a bit annoying that Xilinx changes the command-line options in every single
release of their toolchain.

Regards,
Andras Tantos


Reply With Quote
  #6 (permalink)  
Old 12-03-2003, 11:12 PM
Ken
Guest
 
Posts: n/a
Default Re: Command line in Windows?

> CygWin is OK, but it's large and slow. For a faster and smaller unix-like
> shell you can consider Msys (from www.mingw.org) or actually Services for
> Unix from MS (http://www.microsoft.com/windows/sfu/default.asp). I myself
> use GNU make under plain vanilla CMD.EXE. It works fine for me, though

it's
> a bit annoying that Xilinx changes the command-line options in every

single
> release of their toolchain.


What does 'make' do for you that batch files to run the tools doesn't?

Not being aggressive - just curious in case I am missing out on some labour
saving functionality!

Cheers,

Ken


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.545 / Virus Database: 339 - Release Date: 27/11/2003


Reply With Quote
  #7 (permalink)  
Old 12-04-2003, 12:08 AM
Mike Treseler
Guest
 
Posts: n/a
Default Re: Command line in Windows?

Ken wrote:
>
> What does 'make' do for you that batch files to run the tools doesn't?


Nothing, if you don't use a program that generates makefiles.

Modelsim and emacs-vhdl-mode can generate makefiles
to recompile just
the right files in just the right order after
you edit a few.

But it requires having "make" in the path.


-- Mike Treseler

Reply With Quote
  #8 (permalink)  
Old 12-04-2003, 02:50 AM
Andras Tantos
Guest
 
Posts: n/a
Default Re: Command line in Windows?

> > CygWin is OK, but it's large and slow. For a faster and smaller
unix-like
> > shell you can consider Msys (from www.mingw.org) or actually Services

for
> > Unix from MS (http://www.microsoft.com/windows/sfu/default.asp). I

myself
> > use GNU make under plain vanilla CMD.EXE. It works fine for me, though

> it's
> > a bit annoying that Xilinx changes the command-line options in every

> single
> > release of their toolchain.

>
> What does 'make' do for you that batch files to run the tools doesn't?
>
> Not being aggressive - just curious in case I am missing out on some

labour
> saving functionality!
>


Not much, since xilinx tools need a complete rebuild of the project if a
single source-file changes. (Due to the 'flattening' of the design.) It buys
some degree of platform independence though. When I gave Linux a try it was
much easier to port my design flow to that platform.

Regards,
Andras Tantos


Reply With Quote
  #9 (permalink)  
Old 12-04-2003, 11:24 AM
Gernot Koch (remove digits from user)
Guest
 
Posts: n/a
Default Re: Command line in Windows?

Jake Janovetz wrote:
> What do you folks use as a command line shell in Windows? I know
> several people are working outside of Project Navigator (Xilinx) for
> builds and it Windows is just not a very comforting environment for
> shell folks. What 'make' utility do you use?
>
> Jake


Cygwin. I can't live with a Windows machine without Cygwin installed. It
has everything a Unix shell has, including tab-completion, history, ...

Gernot

Reply With Quote
  #10 (permalink)  
Old 12-04-2003, 11:51 AM
Allan Herriman
Guest
 
Posts: n/a
Default Re: Command line in Windows?

On Thu, 04 Dec 2003 11:24:43 +0100, "Gernot Koch (remove digits from
user)" <[email protected]> wrote:

>Jake Janovetz wrote:
>> What do you folks use as a command line shell in Windows? I know
>> several people are working outside of Project Navigator (Xilinx) for
>> builds and it Windows is just not a very comforting environment for
>> shell folks. What 'make' utility do you use?
>>
>> Jake

>
>Cygwin. I can't live with a Windows machine without Cygwin installed.


Ditto.

> ... including tab-completion, history, ...


The windows command shell also has these features (at least in
contemporary versions of windows).

Tab-completion is disabled by default. Use regedit to change the
value of
HKEY_CURRENT_USER\Software\Microsoft\Command Processor\CompletionChar
from 0 to 9 to enable it.
It's not the same as tab-completion in bash, but it's better than
nothing.

Regards,
Allan.
Reply With Quote
  #11 (permalink)  
Old 12-04-2003, 03:24 PM
Jake Janovetz
Guest
 
Posts: n/a
Default Re: Command line in Windows?

For one, it buys me time -- I don't have to learn cheesy Windows batch
files and can use something that is far more flexible and platform
independent. Two, it buys integration with the rest of a project. I
can run a complete build that includes FPGA stuff (several variants,
for example), the C code on an embedded processor, and the C code for
Windows/Linux interfaces that may accompany a project.

Unfortunately, most of the Xilinx project has to be rebuilt for any
change anyhow, so you gain less in terms of incremental build as you
do in C projects.

Jake


"Ken" <[email protected]> wrote in message news:<retzb.16505$[email protected]>...
> What does 'make' do for you that batch files to run the tools doesn't?
>
> Not being aggressive - just curious in case I am missing out on some labour
> saving functionality!
>
> Cheers,
>
> Ken
>

Reply With Quote
  #12 (permalink)  
Old 12-04-2003, 03:26 PM
Jake Janovetz
Guest
 
Posts: n/a
Default Re: Command line in Windows?

Yes, I've used Cygwin extensively for years and like it very much. I
was curious if there was a tolerable 100%-Windows environment.


"Kevin Neilson" <[email protected]> wrote in message news:<2mpzb.292233$275.1013866@attbi_s53>...
> I don't use the Navigator. I just make little batch files and execute them
> from the command line. I'm told that the Cygwin environment is very nice;
> it allows Unix-like shells on Windows, but I haven't tried it.
> -Kevin

Reply With Quote
  #13 (permalink)  
Old 12-04-2003, 03:27 PM
Jake Janovetz
Guest
 
Posts: n/a
Default Re: Command line in Windows?

Mike Treseler <[email protected]> wrote in message news:<[email protected]>...
> Consider adding linux with dual boot for windows.
> Then you can use any shell you like
> and the real make.


Yes, with the new tools usable under Linux, I've considered moving
back there. I use Linux under VMWare for a lot of stuff, I just
haven't moved my FPGA work back. Maybe that's what I should do...
Reply With Quote
  #14 (permalink)  
Old 12-04-2003, 07:36 PM
Klaus Vestergaard Kragelund
Guest
 
Posts: n/a
Default Re: Command line in Windows?

"Jake Janovetz" <[email protected]> wrote in message
news:[email protected] om...
> What do you folks use as a command line shell in Windows? I know
> several people are working outside of Project Navigator (Xilinx) for
> builds and it Windows is just not a very comforting environment for
> shell folks. What 'make' utility do you use?
>


For Window$ Explorer sustitution: Windows Commander (can't live without it)

Cheers

Klaus


Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Command line interaction via DPI: follow-up Jonathan Bromley Verilog 0 03-09-2008 01:14 PM
Command-line interaction via PLI/VPI/DPI Jonathan Bromley Verilog 3 02-21-2008 12:59 PM
ncverilog: command line options Prashanth Verilog 1 03-06-2006 10:55 AM
VirSim command line chainastole Verilog 2 02-14-2005 07:57 PM


All times are GMT +1. The time now is 03:06 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright 2008 @ FPGA Central. All rights reserved