Category Archives: EDA

DEVSIM 1.4.0 Release

Introduction

DEVSIM 1.4.0 is now available for download.  Please visit https://devsim.org for more information about the software.  Documentation is available from https://devsim.net.  Binary releases are available from:

https://github.com/devsim/devsim/releases

The devsim.custom_equation() and devsim.register_function() commands take Python functions, instead of the a string with the function name.

The following commands are available to store data on edges and element edges:

  • edge_solution()
  • set_edge_values()
  • element_solution()
  • set_element_values()

DEVSIM 1.3.0 Release

Introduction

DEVSIM 1.3.0 is now available for download.  Please visit https://devsim.org for more information about the software.  Documentation is availabe from https://devsim.net.  Binary releases are available from:

https://github.com/devsim/devsim/releases

Python 3 Examples

All of the Tcl regression tests in the testing directory have been converted to Python 3. These tests serve as examples for features that were previously only tested using Tcl scripting.

Tcl Support Deprecated

Tcl support is deprecated and will be removed in a future release of the software.

Binary Releases

Scripting Languages

Python 3 is now the only scripting language in the releases available from:

https://github.com/devsim/devsim/releases

Math Library

The Microsoft Windows version now uses Intel MKL Pardiso for direct matrix factorization. Both Linux and Apple macOS have been using Intel MKL Pardiso since November 1, 2015. Binary releases for all operating systems use BLAS/LAPACK routines from Intel Math Kernel Library.

DEVSIM 1.2.0 Release

DEVSIM releases now have better support for Python 3. Using the stable ABI, the software is able to run with newer Python 3 releases, without rebuilding the software.

Support for Python 2.7 has been removed.

The banner has been removed when the DEVSIM module is imported.

The symdiff python module is now part of the DEVSIM release. This module has additional features not available using the devsim.symdiff command from DEVSIM.

Please visit https://devsim.org for information about downloading this software and its documentation. SYMDIFF is available from https://symdiff.org.

DEVSIM 1.1.0 Release

With this version, the evaluation of the Bernoulli function and its derivative is improved. Users should expect changes in numerical results. Please visit https://devsim.org for information about downloading this software and its documentation.

The Bernoulli function,

\[
\textrm{B} \left( x \right) = \frac{x}{\mathrm{e}^x – 1}
\]

and its derivative,

\[
\textrm{dBdx} \left( x \right) = \frac{\mathrm{e}^x – 1 – x \mathrm{e}^x}{\left(\mathrm{e}^x – 1\right)^2}
\]

have been refactored. They are used to calculate electron and hole current densities using the Scharfetter-Gummel method.

The Bernoulli function has numerical issues when x approaches 0 and requires special evaluation. In this release, DEVSIM takes advantage of C++ math library functions for evaluating the denominator.

In addition, these functions are evaluated with extended precision, when this mode is enabled in the simulator.

Users should expect that simulation results should change in the number of solver iterations and small differences in simulation results.

DEVSIM 1.0.0 Release

New release of the DEVSIM® Semiconductor Device Simulator

December 18, 2018: DEVSIM LLC announces the release of version 1.0 of the DEVSIM® TCAD Semiconductor Device Simulator. Open source since 2013, DEVSIM® uses finite volume methods to solve for the electrical behavior of semiconductor devices on a mesh. In addition to the standard drift-diffusion equations, the density-gradient method can be used to account for quantum effects near semiconductor insulator boundaries. This approach is suitable for:

  • Simulating Advanced Semiconductor Devices
  • Capacitance Extraction
  • Generalized PDE Simulation

In this release, the software has been extended to support easier integration into existing Python installations on macOS, Microsoft Windows, and Linux operating systems. In addition, the version numbering system has been adapted to reflect major and minor changes to the software.

DEVSIM® is available from https://devsim.org. The site include more information for those who wish to use or participate in development of this software.

About DEVSIM LLC

DEVSIM LLC was founded in 2008 to provide TCAD simulation software and programming services. For more information, please visit https://devsim.com.

DEVSIM® is a registered trademark of DEVSIM LLC. All product names, trademarks and registered trademarks are property of their respective owners.

DEVSIM under new open source license

The DEVSIM source code is now released under the Apache License, Version 2.0. It was previously under the LGPL 3.0. The license change is intended to promote adoption of the software and attract new contributors. A brief synopsis of the license is here.

The spirit of the Apache License is also more in line with the license terms packages that DEVSIM relies upon. More information about DEVSIM is available from https://www.devsim.org.

TCAD Software Job

Sandia National Labs is looking for a TCAD software engineer who is a US citizen and is able to get a security clearance.  From their description:

We have an immediate technical staff opening for a semiconductor device modeling software developer with expertise in scientific programming for high performance computing.  The position emphasizes algorithm design and enhancement to extend the capabilities and increase the efficiency of our large scale, parallel, drift-diffusion solver, which is a C++/object oriented program.  The successful candidate will be part of a team of computational scientists and semiconductor device physicists.  Additionally, the position requires extensive interaction with experimental and theoretical physicists and research engineers working on characterizing radiation effects in microelectronic devices and the resulting changes to circuit performance.

I was aware that they had a software named Charon, which leveraged a commercial tool. It looks like they may be developing their own replacement. A quick google search revealed a mailing list for their git archives of the tool. It appears the tool has been in development at least since January 2012.

Aestimo version 0.9

Sefer Bora Lişesivdin announced the release of Aestimo GPL 1D Schrödinger-Poisson solver last month. From his announcement on LinkedIn:

Aestimo Team is proud to release the version 0.9 of Aestimo 1D Self-consistent Schrödinger-Poisson Solver. This version includes many bugfixes, speed improvements, cython code additions, rewritten VBMAT-V part to use numpy better, merging conduction and valance band calculations and more. Code is heavily modified and stabilized.

The software is available for download from: https://bitbucket.org/sblisesivdin/aestimo/downloads.