diff --git a/src/config.yml b/src/config.yml
index 9c529cf9ac5e37b4de2ff6df38fd27deb0227ea5..6bf026b247f6f134371a2649e02bee7f44c300a1 100644
--- a/src/config.yml
+++ b/src/config.yml
@@ -67,6 +67,7 @@ name:
     dam: DAM
     database: Databases
     devmeth: Software Quality Assurance
+    digitalsynthesis: Synthesis of digital integrated circuits
     dispo: Dispositifs électroniques
     distributed: Languages and algorithms for distributed applications
     eco: Économie
diff --git a/src/q7/digitalsynthesis-ELEC2570/digitalsynthesis-ELEC2570.mk b/src/q7/digitalsynthesis-ELEC2570/digitalsynthesis-ELEC2570.mk
new file mode 100644
index 0000000000000000000000000000000000000000..603e8efd0938494ffaac8d7ee5ca5fa2ab450953
--- /dev/null
+++ b/src/q7/digitalsynthesis-ELEC2570/digitalsynthesis-ELEC2570.mk
@@ -0,0 +1,4 @@
+NAME=digitalsynthesis
+OPTION=ELEC
+CODE=2570
+include $(BASE_DIR)../../q7.mk
diff --git a/src/q7/digitalsynthesis-ELEC2570/exam/2020/2020.mk b/src/q7/digitalsynthesis-ELEC2570/exam/2020/2020.mk
new file mode 100644
index 0000000000000000000000000000000000000000..d209b81a74cb468a42376d4fc82ff3be7548473d
--- /dev/null
+++ b/src/q7/digitalsynthesis-ELEC2570/exam/2020/2020.mk
@@ -0,0 +1,2 @@
+YEAR=2020
+include ../../../exam.mk
diff --git a/src/q7/digitalsynthesis-ELEC2570/exam/2020/Janvier/All/Makefile b/src/q7/digitalsynthesis-ELEC2570/exam/2020/Janvier/All/Makefile
new file mode 100644
index 0000000000000000000000000000000000000000..8c4046d62c23e855852af87d2ec0cf9267222c9c
--- /dev/null
+++ b/src/q7/digitalsynthesis-ELEC2570/exam/2020/Janvier/All/Makefile
@@ -0,0 +1,2 @@
+MINMAJ=All
+include ../Janvier.mk
diff --git a/src/q7/digitalsynthesis-ELEC2570/exam/2020/Janvier/All/digitalsynthesis-ELEC2570-exam-2020-Janvier-All.tex b/src/q7/digitalsynthesis-ELEC2570/exam/2020/Janvier/All/digitalsynthesis-ELEC2570-exam-2020-Janvier-All.tex
new file mode 100644
index 0000000000000000000000000000000000000000..7613a7977d878ef8b398e4ad346c5ff7cf906bd0
--- /dev/null
+++ b/src/q7/digitalsynthesis-ELEC2570/exam/2020/Janvier/All/digitalsynthesis-ELEC2570-exam-2020-Janvier-All.tex
@@ -0,0 +1,139 @@
+\documentclass[en]{../../../../../../eplexam}
+\usepackage{../../../../../../eplunits}
+
+\hypertitle{Synthesis of digital integrated circuits}{7}{ELEC}{2570}{2020}{Janvier}{All}
+{Alice Borbáth \and Jean-Martin Vlaeminck}
+{David Bol}
+
+\setlist[enumerate]{label=(\alph*)}
+
+\section{Business model}
+
+\begin{enumerate}
+	\item What is KPI-driven innovation?
+	\item Give an example.
+\end{enumerate}
+
+\begin{solution}
+Hint: look into the course, last slides.
+\end{solution}
+
+
+\section{Verification}
+
+\begin{enumerate}
+	\item What is assertion-based verification (ABV)?
+	\item Why is it needed?
+	\item How does it work?
+\end{enumerate}
+
+\begin{solution}
+Hint: look into the slides. Don't forget to talk about the fact that we may have feedback based on the internal state or behaviour of the SoC.
+\end{solution}
+
+
+\section{Embedded programming}
+
+\begin{enumerate}
+	\item What is interrupt-driven programming?
+	\item How does it save power compared to polling-based programming?
+\end{enumerate}
+Explain with illustrations.
+
+\nosolution
+
+
+\section{Robust HDL}
+
+\begin{enumerate}
+	\item What is the typical structure of a Register-transfer-level (RTL) Verilog code with only REG2REG paths? As an example consider a simple datapath with one pipelined stage.
+	\item Sketch the corresponding gate-level schematic.
+\end{enumerate}
+
+\begin{solution}
+Hint: the example should use a simple datapath with one pipelined stage.
+A structure like a counter has a pipeline stage that forms a loop, and is not a correct example.
+\end{solution}
+
+
+\section{Design clocking}
+
+Fig.~\ref{fig:ff} shows the schematic of a C$^2$MOS flip-flop gate.
+\begin{enumerate}
+	\item Explain its operation and illustrate it with a timing diagram.
+	\item Explain the setup time concept and the reason why it is not null.
+\end{enumerate}
+\begin{figure}[h!]
+	\centering
+	\includegraphics[width=0.8\textwidth]{img/flip-flop.pdf}
+	\caption{}
+	\label{fig:ff}
+\end{figure}
+
+\nosolution
+
+
+\section{Memory architecture}
+
+\begin{enumerate}
+	\item What is the mux factor in an embedded memory hard macro?
+	\item What is the read-access time (RAT) of an embedded memory hard macro?
+	\item How is the RAT affected by the memory mux factor?
+	\item Why?
+\end{enumerate}
+
+\nosolution
+
+
+\section{Physical implementation}
+
+\begin{enumerate}
+	\item What does a clock tree in a digital IC?
+	\item Which two performance metrics does it need to optimize?
+	\item How is it implemented?
+\end{enumerate}
+
+\begin{solution}
+Hint: need to talk about the role of the clock tree; the fact that we want to have a limited clock skew; the fact that we want a limited clock slew/transition (i.e., a sharp edge); and that we can put buffers to improve all of this.
+\end{solution}
+
+
+\section{Technology scaling}
+
+\begin{enumerate}
+	\item How does constant-field technology scaling increase subthreshold leakage power?
+	\item Give a solution at the technology level.
+	\item Give a solution at the circuit design level.
+\end{enumerate}
+
+\nosolution
+
+
+\section{DSP}
+
+How many cycles, PMEM and DMEM accesses do we need to compute one output sample of an N-tap FIR filter with a Von Neumann general-purpose processor (GPP)? Justify your answer with a pseudo assembly code.
+
+\nosolution
+
+
+\section{Pixracer project}
+
+To avoid having to reprogram the SoC every time through JTAG,
+we want to study the impact of replacing the imem SRAM by a Flash macro.
+The base system uses a single block of 32kB SRAM for the imem,
+and another one for the dmem, runs at \SI{50}{MHz}, has a power consumption of
+around \SI{1.5}{mW}, \SI{0.65}{mW} for the imem and \SI{0.32}{mW} for the dmem.
+In the technology used, we have access to only one Flash macro, of 32kB.
+This macro has a RAT of \SI{5}{ns}, a write time of \SI{1}{ms},
+and consumes \SI{1}{nJ} per write cycle, \SI{80}{pJ} per read cycle,
+the idle energy is \SI{10}{pJ} per cycle, and has \SI{10}{uW} of leakage power.
+In the question, the hierarchical power consumption report generated by Design Compiler is available.
+\begin{enumerate}
+	\item Determine the impact of replacing the imem SRAM by a Flash imem on the power.
+	\item How can we reduce the power overhead of this Flash memory (give one method)?
+\end{enumerate}
+
+\nosolution
+
+
+\end{document}
diff --git a/src/q7/digitalsynthesis-ELEC2570/exam/2020/Janvier/All/img/flip-flop.pdf b/src/q7/digitalsynthesis-ELEC2570/exam/2020/Janvier/All/img/flip-flop.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..6cc6f7a84ef5908105cc3012740d3387055e92ea
Binary files /dev/null and b/src/q7/digitalsynthesis-ELEC2570/exam/2020/Janvier/All/img/flip-flop.pdf differ
diff --git a/src/q7/digitalsynthesis-ELEC2570/exam/2020/Janvier/Janvier.mk b/src/q7/digitalsynthesis-ELEC2570/exam/2020/Janvier/Janvier.mk
new file mode 100644
index 0000000000000000000000000000000000000000..d2c549a95ce0d9497037af7209b461a53494c96b
--- /dev/null
+++ b/src/q7/digitalsynthesis-ELEC2570/exam/2020/Janvier/Janvier.mk
@@ -0,0 +1,2 @@
+MONTH=Janvier
+include ../../2020.mk
diff --git a/src/q7/digitalsynthesis-ELEC2570/exam/exam.mk b/src/q7/digitalsynthesis-ELEC2570/exam/exam.mk
new file mode 100644
index 0000000000000000000000000000000000000000..31657bba33cf45760557f229122ad805015129b0
--- /dev/null
+++ b/src/q7/digitalsynthesis-ELEC2570/exam/exam.mk
@@ -0,0 +1,3 @@
+TYPE=exam
+BASE_DIR=../../../
+include $(BASE_DIR)../digitalsynthesis-ELEC2570.mk