Skip to content

Commit 3ade708

Browse files
committed
README is updated.
1 parent 596538c commit 3ade708

File tree

3 files changed

+45
-1
lines changed

3 files changed

+45
-1
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,13 +336,25 @@ endmodule
336336
337337
```
338338

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+
339345

340346
Related Project and Site
341347
==============================
342348

343349
[PyCoRAM](http://shtaxxx.github.io/PyCoRAM/)
344350
- Python-based Portable IP-core Synthesis Framework for FPGA-based Computing
345351

352+
[flipSyrup](http://shtaxxx.github.io/flipSyrup/)
353+
- Cycle-Accurate Hardware Simulation Framework on Abstract FPGA Platforms
354+
355+
[Pyverilog_toolbox](https://github.com/fukatani/Pyverilog_toolbox)
356+
- Pyverilog_toolbox is Pyverilog-based verification/design tool, which is developed by Fukatani-san and uses Pyverilog as a fundamental library. Thanks for your contribution!
357+
346358
[shtaxxx.hatenablog.com](http://shtaxxx.hatenablog.com/entry/2014/01/01/045856)
347359
- Blog entry for introduction and examples of Pyverilog (in Japansese)
348360

README.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ select 'led' as the target. Please type the command as below.
271271
Then you got a png file (out.png). The picture shows that the definition
272272
of 'led' is a part-selection of 'count' from 23-bit to 16-bit.
273273

274+
274275
Control-flow analyzer
275276
---------------------
276277

@@ -302,6 +303,7 @@ state machine.
302303
You got also a png file (top\_state.png). The picture shows that the
303304
graphical structure of the state machine.
304305

306+
305307
Code generator
306308
--------------
307309

@@ -348,11 +350,28 @@ Then Verilog HDL code generated from the AST instances is displayed.
348350
assign led = 8;
349351
endmodule
350352
353+
Publication
354+
===========
355+
356+
- Shinya Takamaeda-Yamazaki: Pyverilog: A Python-based Hardware Design
357+
Processing Toolkit for Verilog HDL, 11th International Symposium on
358+
Applied Reconfigurable Computing (ARC 2015) (Poster), Lecture Notes
359+
in Computer Science, Vol.9040/2015, pp.451-460, April 2015.
360+
`Paper <http://link.springer.com/chapter/10.1007/978-3-319-16214-0_42>`__
361+
351362
Related Project and Site
352363
========================
353364

354365
`PyCoRAM <http://shtaxxx.github.io/PyCoRAM/>`__ - Python-based Portable
355366
IP-core Synthesis Framework for FPGA-based Computing
356367

368+
`flipSyrup <http://shtaxxx.github.io/flipSyrup/>`__ - Cycle-Accurate
369+
Hardware Simulation Framework on Abstract FPGA Platforms
370+
371+
`Pyverilog\_toolbox <https://github.com/fukatani/Pyverilog_toolbox>`__ -
372+
Pyverilog\_toolbox is Pyverilog-based verification/design tool, which is
373+
developed by Fukatani-san and uses Pyverilog as a fundamental library.
374+
Thanks for your contribution!
375+
357376
`shtaxxx.hatenablog.com <http://shtaxxx.hatenablog.com/entry/2014/01/01/045856>`__
358377
- Blog entry for introduction and examples of Pyverilog (in Japansese)

pages.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,11 +323,24 @@ endmodule
323323
```
324324

325325

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+
326333
Related Project and Site
327334
==============================
328335

329336
[PyCoRAM](http://shtaxxx.github.io/PyCoRAM/)
330-
- Python-based Implementation of CoRAM Memory Architecture for AXI4 Interconnection on FPGAs
337+
- Python-based Portable IP-core Synthesis Framework for FPGA-based Computing
338+
339+
[flipSyrup](http://shtaxxx.github.io/flipSyrup/)
340+
- Cycle-Accurate Hardware Simulation Framework on Abstract FPGA Platforms
341+
342+
[Pyverilog_toolbox](https://github.com/fukatani/Pyverilog_toolbox)
343+
- Pyverilog_toolbox is Pyverilog-based verification/design tool, which is developed by Fukatani-san and uses Pyverilog as a fundamental library. Thanks for your contribution!
331344

332345
[shtaxxx.hatenablog.com](http://shtaxxx.hatenablog.com/entry/2014/01/01/045856)
333346
- Blog entry for introduction and examples of Pyverilog (in Japansese)

0 commit comments

Comments
 (0)