Enable a global environment in the fuzzer
Open
enhancement
fuzz
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 283
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 135
Description
A new context/env is created when the fuzzer generates a proc or a function. When global references such as constants are added to the context/env (ref: https://github.com/google/xls/issues/789), these values should be present when generating a new proc or a function.
Contributor guide
Assessment
This issue has not been assessed yet.