Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > VHDL > Please Help in understanding a VHDL syntax

Reply
Thread Tools

Please Help in understanding a VHDL syntax

 
 
buddy249 buddy249 is offline
Junior Member
Join Date: Jun 2009
Posts: 1
 
      06-22-2009
i'm new to Vhdl programming... i need to understand a vhdl program for completion of my miniproject..
so please help me......

entity aFifo is
generic (
DATA_WIDTH :integer := 8;
ADDR_WIDTH :integer := 4
);


what does generic mean? and where can we use that syntax?

type RAM is array (integer range <>)of std_logic_vector (DATA_WIDTH-1 downto 0);

and please explain the above statement......
 
Reply With Quote
 
 
 
 
debayan_p debayan_p is offline
Junior Member
Join Date: Jun 2009
Posts: 23
 
      06-23-2009
ha ha ha ha......U have copied the code from asic-world.com -- Memory design section !!

Instead of doing such things 1st clear ur fundamentals. Take any good VHDL book and go through it. Study for a week. U'll undersatand most of the things !

I am telling this for ur own good.....it'll help u in future !

All t best
 
Reply With Quote
 
 
 
Reply

Thread Tools

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
please help understanding syntax John Goche Java 5 01-16-2012 10:05 AM
Need help understanding javascript syntax MG Javascript 4 04-14-2010 04:15 PM
please help, understanding RJB valid syntax scootiePuff Ruby 0 04-03-2008 06:40 PM
VHDL-2002 vs VHDL-93 vs VHDL-87? afd VHDL 1 03-23-2007 09:33 AM
Help understanding Scheme's syntax, procedures and calls Fran Python 12 08-14-2004 03:32 PM



Advertisments