Example router implementation for the LibrEDA framework.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[package]
|
|
name = "mycelium_router"
|
|
version = "0.0.0"
|
|
edition = "2018"
|
|
authors = ["Thomas Kramer <code@tkramer.ch>"]
|
|
license = "AGPL-3.0"
|
|
description = "Example detail router implementations for the LibrEDA place-and-route framework."
|
|
readme = "README.md"
|
|
homepage = "https://libreda.org"
|
|
repository = "https://codeberg.org/libreda/mycelium-router"
|
|
|
|
[dependencies]
|
|
num-traits = "0.2"
|
|
itertools = "0.10"
|
|
libreda-pnr = { path = "../libreda-pnr" }
|
|
iron-shapes = { path = "../iron-shapes" }
|
|
log = "0.4"
|
|
#petgraph = "0.5"
|
|
|