[DSLX/IR] `xls_dslx_test` doesn't compare interpreter results with JIT
Open
enhancement
ir
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 283
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 135
Description
PR #958 allowed for `compare=none` to be removed from `xls_dslx_test`s that are using test_proc.
One of such designs is `matmul_4x4`. `matmul_4x4_dslx_test` target is successful, but it shouldn't be.
IR generated from `matmul_4x4` is empty:
```
package matmul_4x4
```
JIT and interpreter results should be different.
/cc @proppy
Contributor guide
Assessment
This issue has not been assessed yet.