Skip to content

Commit 9d1b494

Browse files
committed
0.8.0 candiate
1 parent ce6d3d1 commit 9d1b494

File tree

3 files changed

+41
-3
lines changed

3 files changed

+41
-3
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,10 +329,27 @@ If you installed GTKwave and enable 'sim.view_waveform()' in 'hello_led.py', you
329329
![waveform.png](img/waveform.png)
330330

331331

332+
Veriloggen Extension Libraries
333+
==============================
334+
335+
- veriloggen.verilog: Verilog HDL source code synthesis and import APIs
336+
- veriloggen.simulation: Simulation APIs via Verilog simulators
337+
- veriloggen.seq: Synchronous circuit builder (Seq)
338+
- veriloggen.fsm: Finite state machine builder (FSM)
339+
- veriloggen.types: Library of frequently-used structure, such as memory, fixed-point, AXI bus, etc.
340+
- veriloggen.pipeline: Explicit pipeline builder
341+
- veriloggen.dataflow: Dataflow-based stream processing hardware builder
342+
- veriloggen.thread: Tightly-coupled high-level synthesis compiler emedded within Veriloggen HDL
343+
344+
332345
Publication
333346
==============================
334347

335-
Not yet.
348+
If you use Veriloggen for your research, please cite our paper.
349+
350+
- Minoru Watanabe, Kentaro Sano, Shinya Takamaeda, Takefumi Miyoshi, and Hironori Nakajo: Japanese High-level Synthesis Tools for FPGA Hardware Acceleration, IEICE Transactions on Communications, Vol. J100-B, No. 1, pp.1-10, January 2017.
351+
[Paper](https://search.ieice.org/bin/summary.php?id=j100-b_1_1)
352+
336353

337354

338355
Related Project

README.rst

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,10 +351,31 @@ If you installed GTKwave and enable 'sim.view\_waveform()' in
351351

352352
waveform.png
353353

354+
Veriloggen Extension Libraries
355+
==============================
356+
357+
- veriloggen.verilog: Verilog HDL source code synthesis and import APIs
358+
- veriloggen.simulation: Simulation APIs via Verilog simulators
359+
- veriloggen.seq: Synchronous circuit builder (Seq)
360+
- veriloggen.fsm: Finite state machine builder (FSM)
361+
- veriloggen.types: Library of frequently-used structure, such as
362+
memory, fixed-point, AXI bus, etc.
363+
- veriloggen.pipeline: Explicit pipeline builder
364+
- veriloggen.dataflow: Dataflow-based stream processing hardware
365+
builder
366+
- veriloggen.thread: Tightly-coupled high-level synthesis compiler
367+
emedded within Veriloggen HDL
368+
354369
Publication
355370
===========
356371

357-
Not yet.
372+
If you use Veriloggen for your research, please cite our paper.
373+
374+
- Minoru Watanabe, Kentaro Sano, Shinya Takamaeda, Takefumi Miyoshi,
375+
and Hironori Nakajo: Japanese High-level Synthesis Tools for FPGA
376+
Hardware Acceleration, IEICE Transactions on Communications, Vol.
377+
J100-B, No. 1, pp.1-10, January 2017.
378+
`Paper <https://search.ieice.org/bin/summary.php?id=j100-b_1_1>`__
358379

359380
Related Project
360381
===============

utils/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.7.1-dev"
1+
VERSION = "0.8.0"

0 commit comments

Comments
 (0)