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
Describe the bug
While working on #1613, we encountered an issue linked to afc720d, which appears to cause indefinite parsing and type-checking loops for certain files, such as mem_writer.x (provided in this PR).
Describe the bug
While working on #1613, we encountered an issue linked to afc720d, which appears to cause indefinite parsing and type-checking loops for certain files, such as
mem_writer.x(provided in this PR).To Reproduce
Steps to reproduce the behavior:
bazel build -c opt //xls/modules/zstd/memory:mem_writer_verilogmem_writerDSLX files:bazel build -c opt //xls/modules/zstd/memory:mem_writer_verilogMemWriterproc.Expected behavior
Toolchain should be able to generate IR for the provided
MemWriterproc .Additional context
This is a blocker for #1613 and as a consequence also for #1211.