-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTIGFET_README.m
28 lines (28 loc) · 1.26 KB
/
TIGFET_README.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% TIGFET_README.m
% BCB benchmarking latest update was presented by Dmitri E. Nikonov in
% 9/16/16.
% This extension was done by J. Romero Gonzalez and P.-E. Gaillardon at the
% University of Utah, 06/05/2018. TIGFET technology is added to the list of
% devices.
%
% The set of MATLAB codes adjusted for TIGFET implementation include:
% BCB.m, adder1toMany.m, NRIrev6.M, throughPower.m, XtorlikeArea.m,
% XtorlikeDevPerf.m, XtorlikeSimCirc.m, beyondInputs6.m, TransCurrents.m,
% plotNRI.m, and universalDevice.m. The latter three set of codes were
% adjusted to assign a different color to every different device category.
% We assigned TIGFET the color of magenta to make it standout.
%
% To get comparisons of multiple circuits, type
% >> BCB
% After running 'BCB' routine, you have further options:
% To get a plot and to output files of throughtput and power, type
% >> throughPower
% To output files with areas of circuits, type
% >> areaNRI
% To get universal characteristics of devices (like charge and
% resistance)
% To get transistors' on- and off- current and volatges, type
% >> TransCurrent
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%