Support array types for gate operation
Open
enhancement
ir
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 283
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 135
Description
A gate operation was recently added to the IR for power optimizations. It enables combinational gating of a data path. Currently only bits and tuple types are supported because these are represented as flat bit vectors in verilog. Add support for arrays. This may be easier when arrays are represented as packed arrays (https://github.com/google/xls/issues/320)
Contributor guide
Assessment
This issue has not been assessed yet.