Skip to content

Commit

Permalink
Merge pull request google#59 from mabrains/xyce_bjt_iv_reg
Browse files Browse the repository at this point in the history
Xyce bjt iv reg
  • Loading branch information
FaragElsayed2 authored Jan 9, 2023
2 parents c87efb0 + 398874a commit d2d8129
Show file tree
Hide file tree
Showing 3 changed files with 307 additions and 212 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ xq1 c b 0 0 {{device}}
*****************
.DC Vcp 0 6 0.1 Ib 1u 9u 2u
.STEP TEMP {{temp}} -60 200
.print DC FORMAT=CSV file=npn/simulated_IcVc/{{i}}_simulated_{{device}}.csv {-I(Vcp)}
.print DC FORMAT=CSV file=mos_iv_reg/npn/simulated/t{{temp}}_simulated_{{device}}.csv {-I(Vcp)}

.include "../../../../../design.xyce"
.lib "../../../../../sm141064.xyce" bjt_typical
.include "../../../../../../design.xyce"
.lib "../../../../../../sm141064.xyce" bjt_typical

.end
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ xq1 c b 0 {{device}}
*****************
.DC Vcp 0 -3 -0.1 Ib -1u -9u -2u
.STEP TEMP {{temp}} -60 200
.print DC FORMAT=CSV file=pnp/simulated_IcVc/{{i}}_simulated_{{device}}.csv {I(Vcp)}
.print DC FORMAT=CSV file=mos_iv_reg/pnp/simulated/t{{temp}}_simulated_{{device}}.csv {I(Vcp)}

.include "../../../../../design.xyce"
.lib "../../../../../sm141064.xyce" bjt_typical
.include "../../../../../../design.xyce"
.lib "../../../../../../sm141064.xyce" bjt_typical

.end
Loading

0 comments on commit d2d8129

Please sign in to comment.