Skip to content

Commit 7c56ceb

Browse files
committed
slides: week 12
1 parent e287579 commit 7c56ceb

1 file changed

Lines changed: 16 additions & 27 deletions

File tree

slides/13_outro.tex

Lines changed: 16 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
\item Who is Alan Turing?
2323
\item Lipsi, a simple processor
2424
\item Show the vending machine next week
25-
\item Report hand-in at DTU Learn (22 May)
26-
\begin{itemize}
27-
\item Please check now if visible
28-
\end{itemize}
25+
\item Report hand-in at DTU Learn (26 May)
26+
%\begin{itemize}
27+
%\item Please check now if visible
28+
%\end{itemize}
2929
\item We have a guest lecture next week
3030
\end{itemize}
3131
\end{frame}
@@ -48,12 +48,8 @@
4848
\begin{itemize}
4949
%\item Thank you!
5050
\item In general, it looks like most enjoyed DE2 :-)
51-
\item Some wrote that the lab was too easy
52-
\begin{itemize}
53-
\item I make it harder every year, maybe not fast enough ;-)
54-
\end{itemize}
51+
\item You can still provide feedback (till May 4)
5552
\item We can take a look next week
56-
\item You can still provide feedback
5753
\end{itemize}
5854
\end{frame}
5955

@@ -118,7 +114,7 @@
118114
\item Small enough to fit into a \href{https://github.com/schoeberl/tt06-lipsi}{Tiny Tapeout tile}
119115
\begin{itemize}
120116
\item But I had to reduce the memory a LOT
121-
\item Got the board a few weeks ago and it is working!
117+
\item Got the board a year ago and it is working!
122118
\end{itemize}
123119
\end{itemize}
124120
\end{frame}
@@ -143,7 +139,7 @@
143139
\begin{itemize}
144140
\item We need so-called instructions
145141
\item They drive the FSM
146-
\item To computer (e.g., +, -, or): ALU operations
142+
\item To compute (e.g., +, -, or): ALU operations
147143
\item To load from and store into memory
148144
\item To (conditionally) branch (implement if/else and loops)
149145
\end{itemize}
@@ -274,7 +270,7 @@
274270
\item Data memory for data
275271
\item Merge those two
276272
\item Instruction memory filled with a program
277-
\item That program is an assembler written in Scala
273+
\item That program is \emph{compiled} by an assembler written in Scala
278274
\end{itemize}
279275
\end{frame}
280276

@@ -381,7 +377,7 @@
381377
\item See \href{https://chipday.dk/}{DTU Chip Day}
382378
\item FPGAs are available in the cloud
383379
\begin{itemize}
384-
\item To speedup computing
380+
\item To speed up computing
385381
\item You can rent them from Amazon
386382
\end{itemize}
387383
\item FPGAs are also used in embedded systems
@@ -421,7 +417,7 @@
421417
\item 02155 Computer Architecture and Engineering (3rd)
422418
\item 02114 Design of a RISC-V Microprocessor, 3 week (3rd)
423419
\item 02201 Agile Hardware Design (5th)
424-
\item 02118 Introduction into Chip Design (6th)
420+
\item 02118 Introduction to Chip Design (6th)
425421
\end{itemize}
426422
\item EE: add the software side to your education
427423
\begin{itemize}
@@ -438,7 +434,6 @@
438434
\begin{frame}[fragile]{Introduction to Chip Design}
439435
\begin{itemize}
440436
\item Regular start: spring 2026
441-
\item Seminar like initial iteration: spring 2025
442437
\item Topics:
443438
\begin{itemize}
444439
\item Basics: transistors, wire, power, time, memories
@@ -447,16 +442,11 @@
447442
\item A multicore SoC example (e.g., RISC-V processor + IO)
448443
\item Network-on-Chip to connect the components
449444
\end{itemize}
450-
\item Use of open-source tools (OpenLane2)
451-
\item Tape out with Tiny Tapeout (planned)
452-
\begin{itemize}
453-
\item Each student group will receive a chip + board
454-
\end{itemize}
455-
\item Have a (virtual) tape out at the end of the semester
456-
\begin{itemize}
457-
\item With Google/Skywater
458-
\item Or Edu4Chip 22 nm GF
459-
\end{itemize}
445+
\item Use of open-source tools (LibreLane)
446+
\item \href{https://github.com/os-chip-design/dtu-soc-2026}{Studen project} in open source
447+
\item \href{https://github.com/os-chip-design/chip-design-intro}{Teaching material} in open source
448+
\item We do a real tapeout (getting a chip done)
449+
\item First student tapeout at DTU!
460450
\end{itemize}
461451
\end{frame}
462452

@@ -468,8 +458,7 @@
468458
\item 02203 Design of Digital Systems
469459
\item 02211 Advanced Computer Architecture
470460
\item 02205 VLSI Design
471-
\item (02217 Design of Arithmetic Processors)
472-
\item (02204 Design of Asynchronous Circuits)
461+
\item (0xxxx Design of Asynchronous Circuits)
473462
\item 02209 Test of Digital Systems
474463
\item more to come...
475464
\end{itemize}

0 commit comments

Comments
 (0)