netlistdb 0.3.1

Heterogeneous VLSI circuit netlist database with support for vector nets, hierarchical modules, assignments, etc.
Documentation
1
2
3
4
5
//! this build script exports the csrc dir to dependents.

fn main() {
    ucc::export_csrc();
}