Go Back   Velocity Reviews > Newsgroups > VHDL
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

VHDL - VHDL features Usage statistics

 
Thread Tools Search this Thread
Old 05-18-2004, 08:39 AM   #1
Default VHDL features Usage statistics


Hi,

I'd like to know if there's a statistics for the Usage of the RTL VHDL
features within the VHDL designers, for example. the usage of generate
statement, the usage of exit statement, etc.


If there any, can you point me where ?

Abdelhalim


Abdelhalim
  Reply With Quote
Old 05-18-2004, 06:46 PM   #2
Mike Treseler
 
Posts: n/a
Default Re: VHDL features Usage statistics
Abdelhalim wrote:

> I'd like to know if there's a statistics for the Usage of the RTL VHDL
> features within the VHDL designers, for example. the usage of generate
> statement, the usage of exit statement, etc.


I use the "grep" utility for that sort of thing.

In a linux shell:
grep KEYWORD filename
would show all the lines with KEYWORD

grep -c KEYWORD filename
would return a count the lines containing KEYWORD

Example:
grep -c END *.vhd
would count all the lines with END for each .vhd file.


For a Modelsim prompt, prepend "exec" like this:
exec grep -c KEYWORD filename


-- Mike Treseler


Mike Treseler
  Reply With Quote
Old 05-19-2004, 10:54 AM   #3
BlueDoze
 
Posts: n/a
Default Re: VHDL features Usage statistics
(Mike Treseler) wrote in message news:<. com>...
> Abdelhalim wrote:
>
> > I'd like to know if there's a statistics for the Usage of the RTL VHDL
> > features within the VHDL designers, for example. the usage of generate
> > statement, the usage of exit statement, etc.

>
> I use the "grep" utility for that sort of thing.
>
> In a linux shell:
> grep KEYWORD filename
> would show all the lines with KEYWORD
>
> grep -c KEYWORD filename
> would return a count the lines containing KEYWORD
>
> Example:
> grep -c END *.vhd
> would count all the lines with END for each .vhd file.
>
>
> For a Modelsim prompt, prepend "exec" like this:
> exec grep -c KEYWORD filename
>
>
> -- Mike Treseler



I'm interested in Global statistics in the world, I mean statistics
between the all HW designers, not in a specific design.


BlueDoze
  Reply With Quote
Old 05-19-2004, 10:56 AM   #4
Abdelhalim
 
Posts: n/a
Default Re: VHDL features Usage statistics
(Mike Treseler) wrote in message news:<. com>...
> Abdelhalim wrote:
>
> > I'd like to know if there's a statistics for the Usage of the RTL VHDL
> > features within the VHDL designers, for example. the usage of generate
> > statement, the usage of exit statement, etc.

>
> I use the "grep" utility for that sort of thing.
>
> In a linux shell:
> grep KEYWORD filename
> would show all the lines with KEYWORD
>
> grep -c KEYWORD filename
> would return a count the lines containing KEYWORD
>
> Example:
> grep -c END *.vhd
> would count all the lines with END for each .vhd file.
>
>
> For a Modelsim prompt, prepend "exec" like this:
> exec grep -c KEYWORD filename
>
>
> -- Mike Treseler


I'm interested in statistics of usage among all HW engineers, not a specific design.


Abdelhalim
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to execute an external software from VHDL? And how to interface VHDL with JAVA? becool_nikks Software 0 03-06-2009 07:08 PM
reading mp3 file in binary format in vhdl latheesh General Help Related Topics 0 02-05-2008 05:40 AM
Help on auto conversion from Matlab to vhdl on filter design hardheart Hardware 0 12-07-2007 09:19 AM
ARRAY(n DOWNTO 0) OF STD_LOGIC_VECTOR(m DOWNTO 0) - VHDL freitass Hardware 0 11-01-2007 03:44 PM
The Star Wars: Episode III DVD Features. Allan DVD Video 0 09-26-2005 04:12 PM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46