ide for verilog

N

n.angel

Guest
hi,

i recenty begun learning verilog. Can anyone suggest i really simple ide
for beginner{one that i can write the modules and then press compile and
see the waveforms!}

thanks in advance,
Nick
 
On Apr 20, 4:55 pm, "n.angel" <n...@hol.gr> wrote:
hi,

i recenty begun learning verilog. Can anyone suggest i really simple ide
for beginner{one that i can write the modules and then press compile and
see the waveforms!}

thanks in advance,
Nick
You might have to put something together your self if you are looking
for open source.

A simple combination could for example be any of the open source
simulators in connection with gtkwave:

http://home.nc.rr.com/gtkwave/

As simulator take for example Icarus Verilog :

http://iverilog.wikia.com/wiki/Main_Page

and you could combine the simulator call and the opening of gtkwave
with the waveform in a script or a Makefile.

For highlight editor that includes the simulator call have a look at
eclipse in connection with the Verilog plug in:

http://veditor.sourceforge.net/

I am not using it myself, but it looks like that it covers some of the
functions you are looking for. Maybe you can even incorporate the
gtkwave call.


Hope that helps.

Cheers,

Guenter
 
On Apr 20, 10:55 am, "n.angel" <n...@hol.gr> wrote:
hi,

i recenty begun learning verilog. Can anyone suggest i really simple ide
for beginner{one that i can write the modules and then press compile and
see the waveforms!}

thanks in advance,
Nick

For educational purposes, you may also download demo version of
Verilogger Extreme Simulator from SynaptiCAD:
http://www.syncad.com/vlg_form.htm?SynaptiCADSessionID=22dca2572020ecc1f419e732c58f8f3b

It comes with well-developed IDE.

-Alex
 
Guenter wrote:

I am not using it myself, but it looks like that it covers some of the
functions you are looking for. Maybe you can even incorporate the
gtkwave call.
Note that gtkwave does support being launched as a GtkPlug
which means that it's possible to embed it inside another app's
window,
for example, in a tabbed frame in an integrated environment.

-X, --xid=XID specify XID of window for GtkPlug to
connect to

Outside of the sample "twinwave" client, I don't know of any other
app that attempts this.

-Tony
 
On Apr 20, 7:55 am, "n.angel" <n...@hol.gr> wrote:
hi,

i recenty begun learning verilog. Can anyone suggest i really simple ide
for beginner{one that i can write the modules and then press compile and
see the waveforms!}

thanks in advance,
Nick
You can get Xilinx ISE Webpack/ModelSim tools. I used these in
school.

http://www.xilinx.com/ise/logic_design_prod/webpack.htm
http://www.xilinx.com/ise/optional_prod/mxe.htm

Mahurshi Akilla
 
Mahurshi Akilla wrote:
On Apr 20, 7:55 am, "n.angel" <n...@hol.gr> wrote:
hi,

i recenty begun learning verilog. Can anyone suggest i really simple ide
for beginner{one that i can write the modules and then press compile and
see the waveforms!}

thanks in advance,
Nick

You can get Xilinx ISE Webpack/ModelSim tools. I used these in
school.

http://www.xilinx.com/ise/logic_design_prod/webpack.htm
http://www.xilinx.com/ise/optional_prod/mxe.htm

Mahurshi Akilla

hi do you have any instructions on how to use them?

thanks in advance N.A
 
On Thu, 26 Apr 2007 16:26:32 +0300, "n.angel" <nagel@hol.gr> wrote:

Mahurshi Akilla wrote:
On Apr 20, 7:55 am, "n.angel" <n...@hol.gr> wrote:
hi,

i recenty begun learning verilog. Can anyone suggest i really simple ide
for beginner{one that i can write the modules and then press compile and
see the waveforms!}

thanks in advance,
Nick

You can get Xilinx ISE Webpack/ModelSim tools. I used these in
school.

http://www.xilinx.com/ise/logic_design_prod/webpack.htm
http://www.xilinx.com/ise/optional_prod/mxe.htm

Mahurshi Akilla

hi do you have any instructions on how to use them?

thanks in advance N.A
Goto http://www.fpga4fun.com.
They have instructions on how to get going with both Altera's
and Xilinx's tools.

Regards
Anton Erasmus
 

Welcome to EDABoard.com

Sponsor

Back
Top