why do you prefer perl in vlsi
Hi,
here is a elaborated answer -
1. In schools and colleages, the vlsi tools used will be generally GUI based. You do design, compile, simulation etc with the help og GUI.
2. In practical, guys in companies prefer to use command line intarface of the vlsi tools. they create scripts to call these command in a sequence. Now in order to add more automation they provide comman line options to such scripts.
3. PERL is one of languages that can be used to create such scripts.
4. PERL can also be used to check status of programms by comparing godlen results with present results.
5. PERL is also used to create some conversion scripts. e.g. your vhdl code is reading some text file. Now if the format of data with is different that what the vhdl code exepcts. Then you can crate a perl script to convert you data in to the required formated text file.
In my opiniun a very small set of perl language is used for VLSI.
hope this will help you.
Best luck,
Ramchandra