35 lines
692 B
Markdown
35 lines
692 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/tag/v0.0-2076-gc48d80ca) in your PATH
|
|
* *nix commands `tr` and `sed`
|