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
After rebasing the changes from #1654 onto upstream XLS we noticed failing checks during IR generation for ZstdDecoder proc. This did not happen on older XLS version. With the help of git bisect I've found out that 9081e20 is the first commit that breaks the IR generation for the proc. I double checked all the procs in zstd_decoder.x towards incorrect use of the parameters but I wasn't able to find anything that could cause the issue.
Describe the bug
The following is linked to #1615.
CC @proppy and @richmckeever
After rebasing the changes from #1654 onto upstream XLS we noticed failing checks during IR generation for
ZstdDecoder
proc. This did not happen on older XLS version. With the help ofgit bisect
I've found out that 9081e20 is the first commit that breaks the IR generation for the proc. I double checked all the procs inzstd_decoder.x
towards incorrect use of the parameters but I wasn't able to find anything that could cause the issue.To Reproduce
Steps to reproduce the behavior:
bazel build -c opt //xls/modules/zstd:zstd_dec_verilog
nominal_type_dims_by_identifier_.empty()
check failure:bazel build -c opt //xls/modules/zstd:zstd_dec_verilog
ZstdDecoder
proc.Expected behavior
Toolchain should be able to generate IR for the provided
ZstdDecoder
proc .Additional context
This is a blocker for #1654 and as a consequence also for #1211.
The text was updated successfully, but these errors were encountered: