-
Notifications
You must be signed in to change notification settings - Fork 11
Updates for Plasticine #219
Comments
I made some changes to the list with priority (smaller means more important). You can check off tasks when they are in develop. Thanks! |
2 - Need to discuss with Matt - may change FPGA correctness |
2 - Seems like it won't change correctness, but it sounds more expensive maybe. The plan is to get rid of the enables that come into controllers and instead wrap them inside switches? |
Can 7 be converted to nested muxes? For example If (c1) b1 else if (c2) b2 else b3 We can add one hot mux but ALUs have max 3 operands. so won't be albe to support selection more than two inputs |
@dkoeplin For 1 is it possible to set Switch around the Switch Cases to have OuterControl ControlLevel? The only thing that's InnerControl level are the inner most switch cases |
The following compiler changes should take effect when PIR gen is enabled:
The text was updated successfully, but these errors were encountered: