libreda-structural-verilog 0.0.4

Parser for structural verilog as it is created by Yosys.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
<!--
SPDX-FileCopyrightText: 2022 Thomas Kramer

SPDX-License-Identifier: CC-BY-SA-4.0
-->

# Verilog Netlist I/O for LibrEDA

This crate implements a `NetlistReader` and `NetlistWriter` of the LibrEDA framework for the Verilog netlist format used by Yosys.

Only a subset of Verilog is supported, namely 'structural' or 'netlist' Verilog. Which consists only of modules,
module instantiations and port connections.