Added stubnets example to manual prog chapter
[yosys.git] / manual / CHAPTER_Prog.tex
1
2 \chapter{Programming Yosys Extensions}
3 \label{chapter:prog}
4
5 \begin{fixme}
6 This chapter will contain a guided tour to the Yosys APIs and conclude
7 with an example module.
8 \end{fixme}
9
10 \section{Programming with RTLIL}
11 \section{Internal Utility Libraries}
12 \section{Loadable Modules}
13
14 \section{Example Module}
15
16 \lstinputlisting[title=stubnets.cc,numbers=left,frame=single,language=C++]{FILES_Prog/stubnets.cc}
17
18 \lstinputlisting[title=Makefile,numbers=left,frame=single,language=make]{FILES_Prog/Makefile}
19
20 \lstinputlisting[title=test.v,numbers=left,frame=single,language=Verilog]{FILES_Prog/test.v}
21