opentitanlib/transport/verilator/
mod.rs

1// Copyright lowRISC contributors (OpenTitan project).
2// Licensed under the Apache License, Version 2.0, see LICENSE for details.
3// SPDX-License-Identifier: Apache-2.0
4
5pub mod gpio;
6pub mod subprocess;
7pub mod transport;
8
9pub use subprocess::Options;
10pub use transport::Verilator;