You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Switch back to a generated version of the documentation.
Dependencies for the documentation generation have been added to poetry.
As Pelican is a Python tool, that makes sense.
Note to myself: To generate the doc with ccb.py we *need* to be inside
the Python virtual env generated by Poetry. Instead of
relying of a default one, provide one of our own
(coriolis-venv) and make poetry run in it.
* Top builder.py now generated the doc.
* Forgot to remove generated PDFs in the documentation.
* A bit of cleanup on the README.rst
* Forgot the logo. Try to use code-block directive in README.
* Still typo in the logo path.
* One more trial at setting the image position.
* OK. That's enough for the logo.
* Problems with code-block.
* Voila!
* Build inside a venv and use poetry in the top level Makefile.
* Remove doxygen generated docs.
* More doc cleanup in oroshi.
Coriolis is a free database, placement tool and routing tool for VLSI design.
14
+
======================
15
+
Coriolis Open EDA Tool
16
+
======================
17
+
18
+
Coriolis is a free database, placement and routing tool for VLSI design.
14
19
15
20
This project is hosted at: https://github.com/lip6/coriolis
16
21
22
+
Main documentation is available at: https://coriolis.lip6.fr/
23
+
17
24
Development discussion can be found `on our Matrix Channel <https://matrix.to/#/#coriolis:matrix.org>`_ and in our `GitHub Discussions <https://github.com/lip6/coriolis/discussions>`_.
18
25
26
+
Coriolis is part of a set of three repositories that are closely relateds.
27
+
28
+
* Alliance
29
+
30
+
A venerable EDA toolchain, working only on symbolic layout. Some of it's
31
+
checking tools (LVS, DRC) are used for the regression tests in Alliance Check Toolkit.
0 commit comments