Yaqi Zhang
Results
3
comments of
Yaqi Zhang
I made some changes to the list with priority (smaller means more important). You can check off tasks when they are in develop. Thanks!
Can 7 be converted to nested muxes? For example If (c1) b1 else if (c2) b2 else b3 can be converted to Mux (c1, b1, mux(c2, b2, b3)) We can...
@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