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
As mentioned by Rachit in #1735, it would be nice to have some combinational trait. Then, we could verify that only combinational cells (and eventually, instances of combinational components) are used within a combinational group.
The text was updated successfully, but these errors were encountered:
This adds a combinational trait to Calyx operations. We can throw this on all non-memory operations for now,
since they are all combinational. Eventually we'll need to split this off. Closes#1739. Also fixes a bug where it
was considering a memory load as a store, since the address ports are used when both storing and loading to
a MemoryOp. A test is added to verify this no longer occurs.
As mentioned by Rachit in #1735, it would be nice to have some combinational trait. Then, we could verify that only combinational cells (and eventually, instances of combinational components) are used within a combinational group.
The text was updated successfully, but these errors were encountered: