Guojie Luo
ef0ecb12cc
and mark the messages with "PITFALL" (keng) To-Do: support the integer type |
||
---|---|---|
src | ||
test | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md |
README.md
cst-to-llhd
cst-to-llhd: Convert a Verible concrete syntax tree (CST) to an LLHD graph.
USAGE:
cst-to-llhd <input>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
ARGS:
<input> CST file in JSON format
sv-to-llhd
sv-to-llhd: Convert a Verilog file to LLHD.
USAGE:
sv-to-llhd <input>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
ARGS:
<input> the Verilog file to convert
Dependencies
- verible-verilog-syntax in your PATH
- *nix commands
tr
andsed