1
2
3
4
5
6
7
8
9
10
// SPDX-FileCopyrightText: 2023 Thomas Kramer <code@tkramer.ch>
//
// SPDX-License-Identifier: AGPL-3.0-or-later

//! Model implementations (cell delay and constraints, interconnect delays).

pub mod clock_tag;
mod constant_cell_delay;
pub mod ndlm_cell_delay;
pub mod zero_interconnect_delay;