Skip to content

Commit 0b44e4a

Browse files
committed
sliders: agile hw tutorial
1 parent 9af84fa commit 0b44e4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

slides-agile/agile_hw.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
every node/.style={rounded corners=2pt}
1414
}
1515

16-
\title{Agile Hardware Design}
16+
\title{Tutorial: Agile Hardware Design with Chisel}
1717
\author{Martin Schoeberl}
1818
\date{\today}
1919
\institute{Technical University of Denmark\\
@@ -1854,7 +1854,7 @@
18541854
\begin{itemize}
18551855
\item Debugging is during code development
18561856
\item Waveform and println are easy tools for debugging
1857-
\item Debugging does not help for regression tests
1857+
\item Debugging does not help with regression tests
18581858
\item Write small test cases for regression tests
18591859
\item Keeps your code base \emph{intact} when doing changes
18601860
\item Better confidence in changes not introducing new bugs

0 commit comments

Comments
 (0)