google / google/xls

DSLX interpreter should have a trace mode for proc state

Open
#906 0 comments 0 reactions 0 assignees View on GitHub
dslx testing
Dominant language
C++
Stars
1.9k
Forks
283
Avg merge
2d 10h
Merged PRs (30d)
135

Description

forked from #824

It'd be good to have a mode in the interpreter where the proc state is dumped to stderr at the beginning of a tick. It could be enabled with a flag like so:

```
bazel run foo_test -- --trace_procs
```

Would also would be good to have a regexp filter for which procs to trace like so

```
bazel run foo_test -- --trace_procs --trace_procs_filter=.*Foo.*
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.