Rust library to parse SystemVerilog / Verilog filelists, used in https://github.com/dalance/svlint https://crates.io/crates/sv-filelist-parser
Go to file
2020-02-02 12:57:35 +05:30
src Change package name to verilog filelist parser and remove main.rs 2020-02-02 12:57:35 +05:30
testcase Add support for defines w/o args, i.e. without "=" 2020-01-30 21:44:45 +05:30
tests Change package name to verilog filelist parser and remove main.rs 2020-02-02 12:57:35 +05:30
.gitignore Basic crate structure 2020-01-20 22:13:01 +05:30
Cargo.lock Change package name to verilog filelist parser and remove main.rs 2020-02-02 12:57:35 +05:30
Cargo.toml Change package name to verilog filelist parser and remove main.rs 2020-02-02 12:57:35 +05:30
README.md Change package name to verilog filelist parser and remove main.rs 2020-02-02 12:57:35 +05:30

verilog-filelist-parser

A Verilog Filelist parser in Rust