Skip to main content

Software Development Engineer - 6368


Cadence Design Systems - San Jose, CA (San Francisco Bay Area)
Job Description

Software development engineer working in a team oriented environment to develop and maintain advanced emulation and co-simulation runtime software tools. Responsibilities include working on Virtual Verification Machine (VVM or SWIT) and VIP debugging for existing and future generation of Palladium emulation system. Responsibilities also include the maintenance of above features in existing and future runtime software tools.
Desired Skills & Experience

Education Requirement:

    Bachelor or Master Degree in EE/CS/CE
    Recently graduated PhDs are welcome to apply

Skills Requirement:

    C/C++, Tcl/Tk and Unix shell programming skills.
    Prefer with Multi-threading, RPC and Socket programming experience.
    Knowledge with Verilog or VHDL design language and logic design.
    Good communication skills and English language proficiency, attention to details, and ability to work in multi-site/multi-person project.
    EDA/CAD tool development experience or logic design verification experience expected.
    Must Have Current US Work Authorization



We offer a very aggressive financial compensation program, equity participation, and outstanding benefits and 401k programs.  All inquiries and responses are held in strictest confidence.
Principals only, no agency or search referrals will be honored!
Company Description

Cadence is the global leader in software, hardware, and services that is driving the transformation of the electronic design automation (EDA) industry. This application-driven approach for creating, integrating, and optimizing designs helps customers realize Analog & Digital ICs , System-On-Chip devices, IP and complete systems at lower costs and with higher quality. Cadence is an equal opportunity employer and is committed to hiring a diverse workforce.
Additional Information

Posted:
    May 30, 2012
Type:
    Full-time
Experience:
    Mid-Senior level
Functions:
    Engineering 
Industries:
    Computer Software 
Employer Job ID:
    6368
Job ID:
    3114920

Comments

Popular posts from this blog

CKA Simulator Kubernetes 1.22

  https://killer.sh Pre Setup Once you've gained access to your terminal it might be wise to spend ~1 minute to setup your environment. You could set these: alias k = kubectl                         # will already be pre-configured export do = "--dry-run=client -o yaml"     # k get pod x $do export now = "--force --grace-period 0"   # k delete pod x $now Vim To make vim use 2 spaces for a tab edit ~/.vimrc to contain: set tabstop=2 set expandtab set shiftwidth=2 More setup suggestions are in the tips section .     Question 1 | Contexts Task weight: 1%   You have access to multiple clusters from your main terminal through kubectl contexts. Write all those context names into /opt/course/1/contexts . Next write a command to display the current context into /opt/course/1/context_default_kubectl.sh , the command should use kubectl . Finally write a second command doing the same thing into ...

OWASP Top 10 Threats and Mitigations Exam - Single Select

Last updated 4 Aug 11 Course Title: OWASP Top 10 Threats and Mitigation Exam Questions - Single Select 1) Which of the following consequences is most likely to occur due to an injection attack? Spoofing Cross-site request forgery Denial of service   Correct Insecure direct object references 2) Your application is created using a language that does not support a clear distinction between code and data. Which vulnerability is most likely to occur in your application? Injection   Correct Insecure direct object references Failure to restrict URL access Insufficient transport layer protection 3) Which of the following scenarios is most likely to cause an injection attack? Unvalidated input is embedded in an instruction stream.   Correct Unvalidated input can be distinguished from valid instructions. A Web application does not validate a client’s access to a resource. A Web action performs an operation on behalf of the user without checkin...