Nice, categorised reference for VHDL functions

N

Nikola Skoric

Guest
Hi there,

I'm looking for a nice function reference for VHDL. When I need a
function for something in, saaay, PHP, I go here:
http://www.php.net/manual/en/funcref.php and find a function I need in
no time just by looking in right category. Where do I go when I need a
function in VHDL?

--
"Now the storm has passed over me
I'm left to drift on a dead calm sea
And watch her forever through the cracks in the beams
Nailed across the doorways of the bedrooms of my dreams"
 
You must search for IP blocks, and you may use them as a black box.
Opencores has lots of cores there (google for it).

Some people build their libraries with "most used stuff" (like sync
flip-flops, counters, memories...) with parameterizable code. They do a
group of entities (or cores, black boxes)

A "function point of view" about vhdl is not the common use and most
HDL engineers dislike the use of functions and variables. You might get
a good VHDL syntax reference, Cores, but never heard of functions.


Nikola Skoric wrote:
Hi there,

I'm looking for a nice function reference for VHDL. When I need a
function for something in, saaay, PHP, I go here:
http://www.php.net/manual/en/funcref.php and find a function I need in
no time just by looking in right category. Where do I go when I need a
function in VHDL?

--
"Now the storm has passed over me
I'm left to drift on a dead calm sea
And watch her forever through the cracks in the beams
Nailed across the doorways of the bedrooms of my dreams"
 
On Mon, 19 Jun 2006 10:40:43 +0200, Nikola Skoric <nick-news@net4u.hr>
wrote:

I'm looking for a nice function reference for VHDL. When I need a
function for something in, saaay, PHP, I go here:
http://www.php.net/manual/en/funcref.php and find a function I need in
no time just by looking in right category. Where do I go when I need a
function in VHDL?
VHDL is a lot more than just "functions". If, by contrast, you
mean "language features", people seem to like our
Golden Reference Guide:
http://www.doulos.com/content/products/golden_reference_guides.php
But I'm afraid we want money for it :-(

A look at this group's FAQs will provide links to some other
resources, many of them free.

Your simulator's help files probably have some kind of quick reference
listing of the main IEEE libraries.
--
Jonathan Bromley, Consultant

DOULOS - Developing Design Know-how
VHDL * Verilog * SystemC * e * Perl * Tcl/Tk * Project Services

Doulos Ltd., 22 Market Place, Ringwood, BH24 1AW, UK
jonathan.bromley@MYCOMPANY.com
http://www.MYCOMPANY.com

The contents of this message may contain personal views which
are not the views of Doulos Ltd., unless specifically stated.
 
Not sure what you want, but here is a good VHDL Windows help file:
http://www.iol.ie/~dmurray/Prism/vhdlhlp.zip


"Nikola Skoric" <nick-news@net4u.hr> wrote in message
news:MPG.1f008173acd7564c9896cd@news.t-com.hr...
Hi there,

I'm looking for a nice function reference for VHDL. When I need a
function for something in, saaay, PHP, I go here:
http://www.php.net/manual/en/funcref.php and find a function I need in
no time just by looking in right category. Where do I go when I need a
function in VHDL?

--
"Now the storm has passed over me
I'm left to drift on a dead calm sea
And watch her forever through the cracks in the beams
Nailed across the doorways of the bedrooms of my dreams"
 

Welcome to EDABoard.com

Sponsor

Back
Top