libreda-pnr 0.0.4

Algorithm interface definitions of the LibrEDA place-and-route framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
// Copyright (c) 2020-2021 Thomas Kramer.
// SPDX-FileCopyrightText: 2022 Thomas Kramer <code@tkramer.ch>
//
// SPDX-License-Identifier: AGPL-3.0-or-later

//! Collection of utility functions.

pub mod pin_detection;
pub mod netlist_validation;
pub mod tie_cell_insertion;
pub mod buffer_removal;