google / google/xls

Add capability to reuse expensive resources

Open
#256 7 comments 0 reactions 0 assignees View on GitHub
optimizer
Dominant language
C++
Stars
1.9k
Forks
283
Avg merge
2d 10h
Merged PRs (30d)
135

Description

This would be a transformation which combines identical/similar operations by muxing in different operands. This can only be done if only one of the operations is being executed either because only one is live at a time, or somehow time multiplexed. The transformation likely needs to be schedule aware to avoid unacceptably increasing critical path length. This is a pretty deep area with lots of space to explore.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.