1 parent 9af84fa commit 0b44e4aCopy full SHA for 0b44e4a
1 file changed
slides-agile/agile_hw.tex
@@ -13,7 +13,7 @@
13
every node/.style={rounded corners=2pt}
14
}
15
16
-\title{Agile Hardware Design}
+\title{Tutorial: Agile Hardware Design with Chisel}
17
\author{Martin Schoeberl}
18
\date{\today}
19
\institute{Technical University of Denmark\\
@@ -1854,7 +1854,7 @@
1854
\begin{itemize}
1855
\item Debugging is during code development
1856
\item Waveform and println are easy tools for debugging
1857
-\item Debugging does not help for regression tests
+\item Debugging does not help with regression tests
1858
\item Write small test cases for regression tests
1859
\item Keeps your code base \emph{intact} when doing changes
1860
\item Better confidence in changes not introducing new bugs
0 commit comments