@@ -15,6 +15,33 @@ Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
1515This software package includes PLY-3.4 in "vparser/ply". The license of
1616PLY is BSD.
1717
18+ Publication
19+ ===========
20+
21+ If you use Pyverilog in your research, please cite my paper.
22+
23+ - Shinya Takamaeda-Yamazaki: Pyverilog: A Python-based Hardware Design
24+ Processing Toolkit for Verilog HDL, 11th International Symposium on
25+ Applied Reconfigurable Computing (ARC 2015) (Poster), Lecture Notes
26+ in Computer Science, Vol.9040/2015, pp.451-460, April 2015.
27+ `Paper <http://link.springer.com/chapter/10.1007/978-3-319-16214-0_42 >`__
28+
29+ ::
30+
31+ @inproceedings{Takamaeda:2015:ARC:Pyverilog,
32+ title={Pyverilog: A Python-Based Hardware Design Processing Toolkit for Verilog HDL},
33+ author={Takamaeda-Yamazaki, Shinya},
34+ booktitle={Applied Reconfigurable Computing},
35+ month={Apr}
36+ year={2015},
37+ pages={451-460},
38+ volume={9040},
39+ series={Lecture Notes in Computer Science},
40+ publisher={Springer International Publishing},
41+ doi={10.1007/978-3-319-16214-0_42},
42+ url={http://dx.doi.org/10.1007/978-3-319-16214-0_42},
43+ }
44+
1845What's Pyverilog?
1946=================
2047
@@ -358,15 +385,6 @@ Then Verilog HDL code generated from the AST instances is displayed.
358385 assign led = 8;
359386 endmodule
360387
361- Publication
362- ===========
363-
364- - Shinya Takamaeda-Yamazaki: Pyverilog: A Python-based Hardware Design
365- Processing Toolkit for Verilog HDL, 11th International Symposium on
366- Applied Reconfigurable Computing (ARC 2015) (Poster), Lecture Notes
367- in Computer Science, Vol.9040/2015, pp.451-460, April 2015.
368- `Paper <http://link.springer.com/chapter/10.1007/978-3-319-16214-0_42 >`__
369-
370388 Related Project and Site
371389========================
372390
0 commit comments