Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
hpretl committed Jul 18, 2024
1 parent 18532e5 commit 81d3ecf
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
adee596d
711a9c98
16 changes: 16 additions & 0 deletions _tex/index.tex
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,22 @@
\tableofcontents
}

\subsection{Introduction}\label{introduction}

This is the material for an intermediate-level MOSFET circuit design
course, held at JKU under course number 336.009 (``KV Analoge
Schaltungstechnik'').

The course makes heavy use of circuit simulation, using \textbf{Xschem}
for schematic entry and \textbf{ngspice} for simulation. The 130nm CMOS
technology \textbf{SG13G2} from IHP Microelectronics is used.

Tools and PDK are integrated in the \textbf{IIC-OSIC-TOOLS} Docker
image, which will be used during the coursework.

All course material is made publicly available and shared under the
Apache-2.0 license.

\subsection{The MOSFET}\label{sec-mosfet}

In this first chapter we will learn to use Xschem for schematic entry,
Expand Down
10 changes: 9 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ <h1 class="title">Analog Circuit Design</h1>
<h2 id="toc-title">Table of contents</h2>

<ul>
<li><a href="#sec-mosfet" id="toc-sec-mosfet" class="nav-link active" data-scroll-target="#sec-mosfet">The MOSFET</a>
<li><a href="#introduction" id="toc-introduction" class="nav-link active" data-scroll-target="#introduction">Introduction</a></li>
<li><a href="#sec-mosfet" id="toc-sec-mosfet" class="nav-link" data-scroll-target="#sec-mosfet">The MOSFET</a>
<ul class="collapse">
<li><a href="#ihps-sg13g2-130nm-cmos-technology" id="toc-ihps-sg13g2-130nm-cmos-technology" class="nav-link" data-scroll-target="#ihps-sg13g2-130nm-cmos-technology">IHP’s SG13G2 130nm CMOS Technology</a></li>
</ul></li>
Expand All @@ -145,6 +146,13 @@ <h2 id="toc-title">Table of contents</h2>



<section id="introduction" class="level2">
<h2 class="anchored" data-anchor-id="introduction">Introduction</h2>
<p>This is the material for an intermediate-level MOSFET circuit design course, held at JKU under course number 336.009 (“KV Analoge Schaltungstechnik”).</p>
<p>The course makes heavy use of circuit simulation, using <strong>Xschem</strong> for schematic entry and <strong>ngspice</strong> for simulation. The 130nm CMOS technology <strong>SG13G2</strong> from IHP Microelectronics is used.</p>
<p>Tools and PDK are integrated in the <strong>IIC-OSIC-TOOLS</strong> Docker image, which will be used during the coursework.</p>
<p>All course material is made publicly available and shared under the Apache-2.0 license.</p>
</section>
<section id="sec-mosfet" class="level2">
<h2 class="anchored" data-anchor-id="sec-mosfet">The MOSFET</h2>
<p>In this first chapter we will learn to use Xschem for schematic entry, and how to operate the ngspice SPICE simulator for circuit simulations. Further, we will make ourself familiar with the transistor and other passive components available in the IHP Microelectronics SG13G2 technology. While this is strictly speaking a BiCMOS technology offering MOSFETs as well as SiGe HBTs, we will use it as a pure CMOS technology.</p>
Expand Down
Binary file modified index.pdf
Binary file not shown.

0 comments on commit 81d3ecf

Please sign in to comment.