Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B-ASIC - Better ASIC Toolbox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computer Engineering
B-ASIC - Better ASIC Toolbox
Commits
80b6affa
Commit
80b6affa
authored
1 year ago
by
Oscar Gustafsson
Browse files
Options
Downloads
Patches
Plain Diff
Add text to the first doc page
parent
9deafbbd
No related branches found
No related tags found
1 merge request
!267
Add text to the first doc page
Pipeline
#93372
failed
1 year ago
Stage: test
Stage: deploy
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs_sphinx/index.rst
+40
-0
40 additions, 0 deletions
docs_sphinx/index.rst
with
40 additions
and
0 deletions
docs_sphinx/index.rst
+
40
−
0
View file @
80b6affa
...
@@ -6,6 +6,46 @@
...
@@ -6,6 +6,46 @@
Welcome to B-ASIC's documentation!
Welcome to B-ASIC's documentation!
==================================
==================================
B-ASIC is a toolbox for Python 3 that simplifies implementing application-specific
circuits, primarily aimed at signal processing algorithms for both standard-cell and
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
`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>`_.
The development of B-ASIC happens at
`https://gitlab.liu.se/da/B-ASIC <https://gitlab.liu.se/da/B-ASIC>`_.
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 pypi and conda-forge so
that it will becomes easier to access.
To install B-ASIC, the currently preferred way is::
git clone https://gitlab.liu.se/da/B-ASIC.git
cd B-ASIC
python -m pip install -e .
This will install in editable mode, which is beneficial since you then easily
can pull new changes without having to reinstall it. It also makes it easy to contribute
any improvements.
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::
.. toctree::
:maxdepth: 2
:maxdepth: 2
:caption: Contents:
:caption: Contents:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment