Repository holding the cargo workspace of LibrEDA with all sub-projects. This is meant as a way to distribute the most recent source-code.
https://libreda.org
ci/woodpecker/push/woodpecker Pipeline was successful
Details
|
||
---|---|---|
arboreus-cts@2072a5dc97 | ||
electron-placer@05025ea787 | ||
interp@be11f7f732 | ||
iron-shapes@da15bbf93d | ||
iron-shapes-algorithms@211ff3303a | ||
iron-shapes-booleanop@276b70110a | ||
liberty-io@db9063d050 | ||
libreda-book@3b66d60e1b | ||
libreda-db@cb4b8ded84 | ||
libreda-drc@ea49b35578 | ||
libreda-examples@5daeef5082 | ||
libreda-lefdef@ba6fdf0362 | ||
libreda-logic@c476e40da5 | ||
libreda-oasis@221a8521a1 | ||
libreda-pnr@9313658b4b | ||
libreda-python@34559cb63e | ||
libreda-sta@fb47ebe11e | ||
libreda-structural-verilog@b88d464bb2 | ||
libreda-triton-route@30e796a646 | ||
libreda-yosys-json@f406340af7 | ||
mycelium-router@137d7d6c6b | ||
splay@e4beb8488f | ||
stream-parser@00efb6dc1a | ||
tetris-legalizer@b1714a9794 | ||
z_currently_unused/libreda-spice/src | ||
.gitignore | ||
.gitmodules | ||
.woodpecker.yml | ||
Cargo.toml | ||
LICENCE | ||
README.md | ||
build-doc.sh | ||
publish-doc.sh |
README.md
LibrEDA - Cargo Workspace
This repository bundles together the LibrEDA sub-project into a cargo workspace. This simplifies the distribution of all sub-crates without them being pushed on crates.io for every small change. Also, some crates that provide example implemenations are possibly not intended to be published on crates.io.
Getting started
The libreda-examples repository provides an implementation of a simple-stupid place-and-route tool based on the framework.
Documentation
To view the code documentation run:
cargo doc --open