Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 948 Bytes

index.rst

File metadata and controls

23 lines (17 loc) · 948 Bytes

Welcome to Karuta's documentation!

Karuta is an object-oriented scripting language and its compiler to design logic circuits. The main objective of Karuta is to make logic circuit design more productive. This kind of software is usually known as HLS (High Level Synthesis).

Author: Yusuke Tabata (tabata.yusuke@gmail.com)

NOTE: There may be mistakes or glitches in this document due to my English skill. Please feel free to point out (or ignore...) them.

Source of this projects: <https://github.com/nlsynth/karuta> (see its docs/ directory for this document)

.. toctree::
   :maxdepth: 3
   :caption: Index and topics:

   Introduction <introduction>
   User's guide <usersguide>
   Reference <reference>
   Design and Implementation <designandimpl>
   Examples <examples>
   (Experimental features - might be removed without notice) <experimental>
   Glossary <glossary>