![]() |
|
|
|||||||
![]() |
VHDL - VHDL features Usage statistics |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
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 |
|
|
|
|
#2 |
|
Posts: n/a
|
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 |
|
|
|
#3 |
|
Posts: n/a
|
(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 |
|
|
|
#4 |
|
Posts: n/a
|
(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 |
|
![]() |
| Thread Tools | Search this Thread |
|
|
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 |