diff options
author | ade <ade@FreeBSD.org> | 2000-05-03 22:59:53 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-05-03 22:59:53 +0800 |
commit | 95257366f67a36956497d521d9100b44b7b2d44c (patch) | |
tree | eedee50c2c5c2ebc4177e6762fcd31f10fe90cf2 /cad/Makefile | |
parent | dd577689a672a6c1870e179cb055158a987f9001 (diff) | |
download | freebsd-ports-gnome-95257366f67a36956497d521d9100b44b7b2d44c.tar.gz freebsd-ports-gnome-95257366f67a36956497d521d9100b44b7b2d44c.tar.zst freebsd-ports-gnome-95257366f67a36956497d521d9100b44b7b2d44c.zip |
Add PISCES, a two-dimensional device simulator which includes
models for surface mobility, impact ionization and photo-generation.
Quasi-three-dimensional simulation of cylindrically-symmetric devices is
also supported.
PR: 14686
Submitted by: Gianlorenzo Masini <masini@uniroma3.it>
Diffstat (limited to 'cad/Makefile')
-rw-r--r-- | cad/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/Makefile b/cad/Makefile index 09b2b7e1c255..4763b90226e7 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -11,6 +11,7 @@ SUBDIR += magic SUBDIR += mars SUBDIR += pcb + SUBDIR += pisces SUBDIR += qcad SUBDIR += sis SUBDIR += spice |