cst-to-llhd/README.md

35 lines
668 B
Markdown

## 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](https://github.com/chipsalliance/verible/releases) in your PATH
* *nix commands `tr` and `sed`