Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

New to FPGA's, please help

2 views
Skip to first unread message

njwang

unread,
Jan 8, 2009, 11:03:44 AM1/8/09
to
Hello Everyone, I am not too far removed from college and have just begun a
project to evaluate ultrasound devices on the information receiving side
using a FPGA.

I have very limited verilog programming experience. We most likely will be
using VHDL in the future for optimization. Anyways we are using the
Spartan3A board

http://www.xilinx.com/products/devkits/HW-SPAR3AN-SK-UNI-G.htm

Could I get some references to learn how to use the ISE program and help
with programming in Verilog? The ISE program is espeically intimidating.
Thanks for helping me cut down the learning curve.

Symon

unread,
Jan 8, 2009, 12:40:20 PM1/8/09
to
In ISE click
help -> tutorials

If you think ISE daunting, you've chosen the wrong career. ;-) It is
irritating though!
Good luck, Syms.

"njwang" <neal....@gmail.com> wrote in message
news:CYOdnTAXTcl9vvvU...@giganews.com...

Jan Bruns

unread,
Jan 8, 2009, 2:13:18 PM1/8/09
to

"njwang":

> Could I get some references to learn how to use the ISE program and help
> with programming in Verilog? The ISE program is espeically intimidating.
> Thanks for helping me cut down the learning curve.

On the command line:

xst -ifn compile.script
ngdbuild prevresult´
map prevresult
par prevresult newresult
bitgen newresult
impact


The compile.script could look like

run
-ifn someverilog.v
-top mainmodule
-ifmt verilog
-opt_mode SPEED
-opt_level 1
-p xc3s1000
-ofn ürevresult.ngc

Gruss

Jan Bruns

Bob Smith

unread,
Jan 9, 2009, 1:45:08 AM1/9/09
to
njwang wrote:
> Could I get some references to learn how to use the ISE program and help
> with programming in Verilog? The ISE program is espeically intimidating.
> Thanks for helping me cut down the learning curve.

My advice is to use Makefiles and the command line.

Take a look at the CmdLineFPGA.pdf on the web site
http://www.demandperipherals.com. It is under products
and Baseboard-4.

Bob Smith

0 new messages