Skip to content
Snippets Groups Projects

Add text to the first doc page

Merged Oscar Gustafsson requested to merge introdocs into master
1 file
+ 8
3
Compare changes
  • Side-by-side
  • Inline
+ 8
3
@@ -11,8 +11,10 @@ circuits, primarily aimed at signal processing algorithms for both standard-cell
FPGA technology.
It was initially developed by a group of students to replace an existing Matlab
toolbox in a course commonly referred to as "the ASIC course" at Linköping
University, Sweden. Hence, the name "Better ASIC toolbox" = B-ASIC.
toolbox in a course commonly referred to as "the ASIC course" at
`Division of Computer Engineering <https://liu.se/en/organisation/liu/isy/da>`_,
`Linköping University <https://liu.se/>`_, Sweden.
Hence, the name "Better ASIC toolbox" = B-ASIC.
It was initiated and is currently maintained by
`Oscar Gustafsson <https://liu.se/en/employee/oscgu95>`_.
@@ -23,7 +25,7 @@ The development of B-ASIC happens at
It is not yet fully functional, but several parts of the design flow works,
while others are missing/buggy. The goal is to have a working design path from
algorithm downto a HDL-description of a custom architecture. Once it becomes a
bit more mature, we expect to make it available on on pypi and conda-forge so
bit more mature, we expect to make it available on pypi and conda-forge so
that it will becomes easier to access.
To install B-ASIC, the currently preferred way is::
@@ -40,6 +42,9 @@ In addition to the dependencies that are automatically installed, you will also
need a Qt-binding, but you are free to choose from the available Qt5 and Qt6 bindings.
See `https://gitlab.liu.se/da/B-ASIC <https://gitlab.liu.se/da/B-ASIC>`_ for more info.
If you use B-ASIC in a publication, please acknowledge it. Later on there will be a
citation provided, but right now, please refer to this documentation or the repository.
We will also maintain a list of publications that have used B-ASIC.
.. toctree::
:maxdepth: 2
Loading