Skip to content

Commit be408f0

Browse files
committed
Publication in README is updated.
1 parent b63748a commit be408f0

File tree

3 files changed

+77
-22
lines changed

3 files changed

+77
-22
lines changed

README.md

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,31 @@ Apache License 2.0
1717
This software package includes PLY-3.4 in "vparser/ply". The license of PLY is BSD.
1818

1919

20+
Publication
21+
==============================
22+
23+
If you use Pyverilog in your research, please cite my paper.
24+
25+
- Shinya Takamaeda-Yamazaki: Pyverilog: A Python-based Hardware Design Processing Toolkit for Verilog HDL, 11th International Symposium on Applied Reconfigurable Computing (ARC 2015) (Poster), Lecture Notes in Computer Science, Vol.9040/2015, pp.451-460, April 2015.
26+
[Paper](http://link.springer.com/chapter/10.1007/978-3-319-16214-0_42)
27+
28+
```
29+
@inproceedings{Takamaeda:2015:ARC:Pyverilog,
30+
title={Pyverilog: A Python-Based Hardware Design Processing Toolkit for Verilog HDL},
31+
author={Takamaeda-Yamazaki, Shinya},
32+
booktitle={Applied Reconfigurable Computing},
33+
month={Apr}
34+
year={2015},
35+
pages={451-460},
36+
volume={9040},
37+
series={Lecture Notes in Computer Science},
38+
publisher={Springer International Publishing},
39+
doi={10.1007/978-3-319-16214-0_42},
40+
url={http://dx.doi.org/10.1007/978-3-319-16214-0_42},
41+
}
42+
```
43+
44+
2045
What's Pyverilog?
2146
==============================
2247

@@ -336,12 +361,6 @@ endmodule
336361
337362
```
338363

339-
Publication
340-
==============================
341-
342-
- Shinya Takamaeda-Yamazaki: Pyverilog: A Python-based Hardware Design Processing Toolkit for Verilog HDL, 11th International Symposium on Applied Reconfigurable Computing (ARC 2015) (Poster), Lecture Notes in Computer Science, Vol.9040/2015, pp.451-460, April 2015.
343-
[Paper](http://link.springer.com/chapter/10.1007/978-3-319-16214-0_42)
344-
345364

346365
Related Project and Site
347366
==============================

README.rst

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,33 @@ Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
1515
This software package includes PLY-3.4 in "vparser/ply". The license of
1616
PLY 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+
1845
What'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

pages.md

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
Publication
2+
==============================
3+
4+
If you use Pyverilog in your research, please cite my paper.
5+
6+
- Shinya Takamaeda-Yamazaki: Pyverilog: A Python-based Hardware Design Processing Toolkit for Verilog HDL, 11th International Symposium on Applied Reconfigurable Computing (ARC 2015) (Poster), Lecture Notes in Computer Science, Vol.9040/2015, pp.451-460, April 2015.
7+
[Paper](http://link.springer.com/chapter/10.1007/978-3-319-16214-0_42)
8+
9+
```
10+
@inproceedings{Takamaeda:2015:ARC:Pyverilog,
11+
title={Pyverilog: A Python-Based Hardware Design Processing Toolkit for Verilog HDL},
12+
author={Takamaeda-Yamazaki, Shinya},
13+
booktitle={Applied Reconfigurable Computing},
14+
month={Apr}
15+
year={2015},
16+
pages={451-460},
17+
volume={9040},
18+
series={Lecture Notes in Computer Science},
19+
publisher={Springer International Publishing},
20+
doi={10.1007/978-3-319-16214-0_42},
21+
url={http://dx.doi.org/10.1007/978-3-319-16214-0_42},
22+
}
23+
```
24+
25+
126
What's Pyverilog?
227
==============================
328

@@ -323,13 +348,6 @@ endmodule
323348
```
324349

325350

326-
Publication
327-
==============================
328-
329-
- Shinya Takamaeda-Yamazaki: Pyverilog: A Python-based Hardware Design Processing Toolkit for Verilog HDL, 11th International Symposium on Applied Reconfigurable Computing (ARC 2015) (Poster), Lecture Notes in Computer Science, Vol.9040/2015, pp.451-460, April 2015.
330-
[Paper](http://link.springer.com/chapter/10.1007/978-3-319-16214-0_42)
331-
332-
333351
Related Project and Site
334352
==============================
335353

0 commit comments

Comments
 (0)