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
 
 
Go to file
Thomas Kramer f3e053be84
ci/woodpecker/push/woodpecker Pipeline was successful Details
CI: adapt woodpecker script to changes in CI
2023-08-16 13:18:46 +02:00
arboreus-cts@2072a5dc97 update workspace 2023-06-02 16:39:23 +02:00
electron-placer@05025ea787 fix documentation 2023-06-14 22:43:45 +02:00
interp@be11f7f732 update workspace 2023-06-07 23:34:38 +02:00
iron-shapes@da15bbf93d update workspace 2023-05-21 16:40:18 +02:00
iron-shapes-algorithms@211ff3303a update workspace 2023-05-21 16:40:18 +02:00
iron-shapes-booleanop@276b70110a update workspace 2023-05-21 16:40:18 +02:00
liberty-io@db9063d050 update workspace 2023-07-07 13:31:09 +02:00
libreda-book@3b66d60e1b update workspace 2023-02-03 14:41:31 +01:00
libreda-db@cb4b8ded84 update workspace 2023-07-07 13:31:09 +02:00
libreda-drc@ea49b35578 update workspace 2022-10-09 12:18:06 +02:00
libreda-examples@5daeef5082 update workspace 2023-06-14 18:42:02 +02:00
libreda-lefdef@ba6fdf0362 fix documentation 2023-06-14 22:43:45 +02:00
libreda-logic@c476e40da5 update workspace 2023-07-07 13:31:09 +02:00
libreda-oasis@221a8521a1 fix documentation 2023-06-14 22:43:45 +02:00
libreda-pnr@9313658b4b fix documentation 2023-06-14 22:43:45 +02:00
libreda-python@34559cb63e update workspace 2023-06-02 16:39:23 +02:00
libreda-sta@fb47ebe11e update workspace 2023-07-07 13:31:09 +02:00
libreda-structural-verilog@b88d464bb2 update workspace 2023-05-21 16:40:18 +02:00
libreda-triton-route@30e796a646 update workspace 2022-10-09 22:01:02 +02:00
libreda-yosys-json@f406340af7 Initial commit. 2021-01-19 16:40:34 +01:00
mycelium-router@137d7d6c6b fix documentation 2023-06-14 22:43:45 +02:00
splay@e4beb8488f update workspace 2023-05-21 16:40:18 +02:00
stream-parser@00efb6dc1a update workspace 2023-02-03 14:41:31 +01:00
tetris-legalizer@b1714a9794 update workspace 2023-05-21 16:40:18 +02:00
z_currently_unused/libreda-spice/src Remove libreda-spice from this workspace for now. 2021-11-18 11:49:41 +01:00
.gitignore update workspace 2022-10-09 22:01:02 +02:00
.gitmodules update workspace 2023-02-03 14:35:11 +01:00
.woodpecker.yml CI: adapt woodpecker script to changes in CI 2023-08-16 13:18:46 +02:00
Cargo.toml update workspace 2023-02-03 14:35:11 +01:00
LICENCE Initial commit. 2021-01-19 16:40:34 +01:00
README.md README: Fix link. 2021-05-17 22:44:52 +02:00
build-doc.sh update workspace 2022-10-09 22:01:02 +02:00
publish-doc.sh Add build/deploy scripts for documentation. 2021-11-18 11:48:34 +01:00

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