Senior FPGA development

Author: Neuvition, IncRelease time:2020-06-29 20:32:10

Job description

Location: Xiamen (China), Fuzhou (China).

1. Set up a logical test environment.

2. Ensure reasonable and stable logic circuit work.

Job requirements

1. Bachelor’s degree or above, C/C++ development proficient.

2. Have the development experience of at least one FPGA manufacturer.

3. Having a testbench validation experience is a plus.

4. Have the priority of a large logical development experience.

5. Equipped with digital circuit foundation, analog circuit foundation, VHDL, and Verilog language.

6. Good communication skills and teamwork spirit.

Send your resume to alyssa.li@neuvition.com


// 提交订阅 $("#btn-subscribe").click(function () { let email = $("#email").val(); if (email == '') { alert('This email is required'); return false } $.ajax({ type: 'post', url: 'https://system.neuvition.cn/api/customer/en', data: { company: 'subscribe customer', email: email, json: jsonStr, message: 'subscribe message', }, cache: false, dataType: 'json', success: function (result) { alert('Successfully Subscribed!'); }, error: function (data) { console.log("err"); } }); console.log(email) })