Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tcr/rust-verilog

Verilog parsing and generator crate.
https://github.com/tcr/rust-verilog

Last synced: 2 months ago
JSON representation

Verilog parsing and generator crate.

Awesome Lists containing this project

README

        

# rust-verilog

```
[dependencies]
verilog = "0.0.1"
```

Parses and generates Verilog code.

```rust
extern crate verilog;

let code: verilog::ast::Code = verilog::parse("module a(); endmodule");
```

## License

MIT or Apache-2.0, at your option.