nl-compiler 0.2.0

Verilog frontend compilation into a memory-safe netlist IR
1
2
3
# prevents a false-positive lint on our types containing bytes::Bytes
# https://rust-lang.github.io/rust-clippy/master/index.html#/mutable_key_type
ignore-interior-mutability = ["bytes::Bytes", "safety_net::netlist::NetRef"]