You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default `vcd` output is a valid YAML file, so you can process it with many tools like yq (a `jq` for yaml)
72
+
The default `vcd` output is a valid YAML file, so you can process it with many tools like [`yq`](https://github.com/mikefarah/yq) or [`shyaml`](https://github.com/0k/shyaml)
73
73
74
74
```bash
75
75
# print the first 9 sample of the clk channel in the fifo1 scope
0 commit comments