presentation progress
authorClifford Wolf <clifford@clifford.at>
Wed, 29 Jan 2014 14:56:58 +0000 (15:56 +0100)
committerClifford Wolf <clifford@clifford.at>
Wed, 29 Jan 2014 14:56:58 +0000 (15:56 +0100)
manual/PRESENTATION_Intro.tex
manual/PRESENTATION_Intro/counter.ys

index 6693ad2f5afd2244395e34b55532fcf94083c85c..6f3ea755f01a75eb218c22ba77421a5e8efa50be 100644 (file)
@@ -374,3 +374,35 @@ clean
 \includegraphics[width=\linewidth,trim=0 0cm 0 0cm]{PRESENTATION_Intro/counter_03.pdf}
 \end{frame}
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\subsection{More Yosys Commands}
+
+\begin{frame}{\subsecname{} -- TBD}
+TBD
+\end{frame}
+
+\subsection{More Verilog Examples}
+
+\begin{frame}{\subsecname{} -- TBD}
+TBD
+\end{frame}
+
+\subsection{Verification}
+
+\begin{frame}{\subsecname{} -- VlogHammer}
+TBD
+\end{frame}
+
+\begin{frame}{\subsecname{} -- yosys-bigsim}
+TBD
+\end{frame}
+
+\subsection{Benefits of Open Source HDL Synthesis}
+
+\begin{frame}{\subsecname}
+TBD
+\end{frame}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
index 68fe0308e7616e675396da7fa78eb3469c1630ff..bcfe387e43d1a88649dbae32566621aa4745d8e2 100644 (file)
@@ -2,17 +2,17 @@
 read_verilog counter.v
 hierarchy -check -top counter
 
-show -format pdf -prefix counter_00
+show -stretch -format pdf -prefix counter_00
 
 # the high-level stuff
 proc; opt; memory; opt; fsm; opt
 
-show -format pdf -prefix counter_01
+show -stretch -format pdf -prefix counter_01
 
 # mapping to internal cell library
 techmap; splitnets -ports; opt
 
-show -format pdf -prefix counter_02
+show -stretch -format pdf -prefix counter_02
 
 # mapping flip-flops to mycells.lib
 dfflibmap -liberty mycells.lib
@@ -23,4 +23,4 @@ abc -liberty mycells.lib
 # cleanup
 clean
 
-show -lib mycells.v -format pdf -prefix counter_03
+show -stretch -lib mycells.v -format pdf -prefix counter_03