topstitch 0.95.1

Stitch together Verilog modules with Rust
Documentation
1
2
3
4
5
6
7
// SPDX-License-Identifier: Apache-2.0

mod enums;
mod import;
mod inout;
mod params;
mod protected;