Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > VHDL > ASIC verification job info request

Reply
Thread Tools

ASIC verification job info request

 
 
Dwayne Dilbeck
Guest
Posts: n/a
 
      12-19-2007
I am looking for a reality check. I have 10 years experience doing
software verification on EDA tools, in particular hardware emulators, System
Verilog, and VHDL. When looking at some job ads I see "required 6+ years
ASIC verification experience", can any of my 10 years experience be
converted? I firmly believe with the continued use of RTL coding for
designs, SW quality methods can be applied. Am I deluding myself?

All other requirements like "strong Verilog, Perl, and C++ programming
skills" or "emulation experience" I meet. I am not sure how my years
verifying synthesis and emulation tools can be translated for ASIC
verification experience.


 
Reply With Quote
 
 
 
 
austin
Guest
Posts: n/a
 
      12-19-2007
Dwayne,

I would say "go for it."

Don't worry about "converting" experience: what they are asking for
probably does not exist in any one human being, anyway.

ASIC verification is 100% software tool exercises before silicon
arrives. Once silicon arrives, ASIC verification takes more physical
forms (bench, tester, system, etc. testing).

"Verification" by IC designers is probably 95% of what they do (maybe
even 98%); whether it is verilog or VHDL test benches, c, or c++ models,
spice level simulations, or clever combinations of all of the above.

The same methods used to check software quality are used to check
hardware quality: checklists of what tests must be done, and under what
conditions and stimuli, regression testing against past known issues,
and so forth.

I am surprised not see that they require a particular scripting
language, as that is part of any verification "toolkit" (to automate as
much of the drudgery as possible).

Austin


Dwayne Dilbeck wrote:
> I am looking for a reality check. I have 10 years experience doing
> software verification on EDA tools, in particular hardware emulators, System
> Verilog, and VHDL. When looking at some job ads I see "required 6+ years
> ASIC verification experience", can any of my 10 years experience be
> converted? I firmly believe with the continued use of RTL coding for
> designs, SW quality methods can be applied. Am I deluding myself?
>
> All other requirements like "strong Verilog, Perl, and C++ programming
> skills" or "emulation experience" I meet. I am not sure how my years
> verifying synthesis and emulation tools can be translated for ASIC
> verification experience.
>
>

 
Reply With Quote
 
 
 
 
Dwayne Dilbeck
Guest
Posts: n/a
 
      12-19-2007
Thanks. I haven't been in the job market for 10 years since I got out of
college. Thus, I wanted to verify my thought process.

"austin" <> wrote in message
news:fkbuug$...
> Dwayne,
>
> I would say "go for it."
>
> Don't worry about "converting" experience: what they are asking for
> probably does not exist in any one human being, anyway.
>
> ASIC verification is 100% software tool exercises before silicon
> arrives. Once silicon arrives, ASIC verification takes more physical
> forms (bench, tester, system, etc. testing).
>
> "Verification" by IC designers is probably 95% of what they do (maybe
> even 98%); whether it is verilog or VHDL test benches, c, or c++ models,
> spice level simulations, or clever combinations of all of the above.
>
> The same methods used to check software quality are used to check
> hardware quality: checklists of what tests must be done, and under what
> conditions and stimuli, regression testing against past known issues,
> and so forth.
>
> I am surprised not see that they require a particular scripting
> language, as that is part of any verification "toolkit" (to automate as
> much of the drudgery as possible).
>
> Austin
>
>
> Dwayne Dilbeck wrote:
>> I am looking for a reality check. I have 10 years experience doing
>> software verification on EDA tools, in particular hardware emulators,
>> System
>> Verilog, and VHDL. When looking at some job ads I see "required 6+
>> years
>> ASIC verification experience", can any of my 10 years experience be
>> converted? I firmly believe with the continued use of RTL coding for
>> designs, SW quality methods can be applied. Am I deluding myself?
>>
>> All other requirements like "strong Verilog, Perl, and C++ programming
>> skills" or "emulation experience" I meet. I am not sure how my years
>> verifying synthesis and emulation tools can be translated for ASIC
>> verification experience.
>>
>>



 
Reply With Quote
 
HT-Lab
Guest
Posts: n/a
 
      12-20-2007

"austin" <> wrote in message
news:fkbuug$...
> Dwayne,
>
> I would say "go for it."
>
> Don't worry about "converting" experience: what they are asking for
> probably does not exist in any one human being, anyway.
>
> ASIC verification is 100% software tool exercises before silicon
> arrives. Once silicon arrives, ASIC verification takes more physical
> forms (bench, tester, system, etc. testing).
>
> "Verification" by IC designers is probably 95% of what they do (maybe
> even 98%); whether it is verilog or VHDL test benches, c, or c++ models,
> spice level simulations, or clever combinations of all of the above.
>
> The same methods used to check software quality are used to check
> hardware quality: checklists of what tests must be done, and under what
> conditions and stimuli, regression testing against past known issues,
> and so forth.
>
> I am surprised not see that they require a particular scripting
> language, as that is part of any verification "toolkit" (to automate as
> much of the drudgery as possible).
>
> Austin


I agree with Austin, just go for it, in the worst case you come out with
some extra experience on how to handle a job interview.

I would however advise you to have a quick google on some of the
verification techniques (if you don't already know them) such as functional
coverage, assertions based verification, constraint random and transaction
level modelling, nothing fancy just understand their advantages and
disadvantages and some of the languages they use. Having said that I suspect
a lot of verfication is still done using nothing more than a VHDL/Verilog
testbench in a similar trend to some FPGA engineers just loading the design
on the board and see if it works

Hans
www.ht-lab.com



 
Reply With Quote
 
Dwayne Dilbeck
Guest
Posts: n/a
 
      12-20-2007

> I would however advise you to have a quick google on some of the
> verification techniques (if you don't already know them) such as
> functional coverage, assertions based verification, constraint random and
> transaction level modelling, nothing fancy just understand their
> advantages and disadvantages and some of the languages they use. Having
> said that I suspect a lot of verfication is still done using nothing more
> than a VHDL/Verilog testbench in a similar trend to some FPGA engineers
> just loading the design on the board and see if it works


Thank you Hans for the feedback. I am starting to have a very confident
feeling. Especially when the areas you mentioned to google turned out to be
areas I am very familiar with. I have been testing those areas in our EDA
tools, I have a very firm grasp on those concepts and where they fall apart
atleast for one set of EDA tools.

Thank you everyone for the feedback the resume's are going out today.


 
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
Structured Verification Request for Information M. Norton VHDL 10 09-25-2008 07:12 PM
hi friends, pls guide me to find ASIC Verification Engineers with VERA or Specman expereince Ram VHDL 0 12-15-2006 08:06 PM
Urgent Requirement for ASIC Verification Engineers in CA Ram VHDL 0 12-08-2006 09:52 PM
Urgent Requirement for ASIC Verification Engineers in CA Ram VHDL 0 12-08-2006 09:52 PM
Seeking Free ASIC Design Kit. Slawek Grabowski VHDL 4 09-20-2003 04:30 PM



Advertisments
 



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 47 48 49 50 51 52 53 54 55 56 57