mirror of https://github.com/KLayout/klayout.git
WIP: Added sample / xs for vertical BJT
This commit is contained in:
parent
d913d2352c
commit
0399b07ff3
Binary file not shown.
|
After Width: | Height: | Size: 7.2 KiB |
|
|
@ -456,6 +456,10 @@ extract_devices(mos4(model_name), { "SD" => (active - poly) & pplus, "G" =>
|
|||
region can be empty (e.g. bulk).
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<img src="/manual/bjt_vertical.png"/>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
In both cases, there can be multiple emitter regions inside a base island. In this
|
||||
case, one transistor is extracted for each emitter region.
|
||||
|
|
|
|||
|
|
@ -210,6 +210,7 @@
|
|||
<file alias="bjt_ex_tc.png">doc/manual/bjt_ex_tc.png</file>
|
||||
<file alias="bjt_ex_tb.png">doc/manual/bjt_ex_tb.png</file>
|
||||
<file alias="bjt_ex_ts.png">doc/manual/bjt_ex_ts.png</file>
|
||||
<file alias="bjt_vertical.png">doc/manual/bjt_vertical.png</file>
|
||||
<file alias="bjtlat_ex_layout.png">doc/manual/bjtlat_ex_layout.png</file>
|
||||
<file alias="bjtlat_ex_te.png">doc/manual/bjtlat_ex_te.png</file>
|
||||
<file alias="bjtlat_ex_tc.png">doc/manual/bjtlat_ex_tc.png</file>
|
||||
|
|
|
|||
Loading…
Reference in New Issue