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
I find myself wanting some counter ops. Right now, it'd be very convenient to have a rollover counter op. Is the seq dialect the place to put this? Or is it too high-level? If it's not the correct dialect, which one is?
The text was updated successfully, but these errors were encountered:
I've always figured there needs to be a "library" dialect for common stuff like this. It's trivially lowerable to comb+seq, so it probably shouldn't be in either of those.
I've always figured there needs to be a "library" dialect for common stuff like this. It's trivially lowerable to comb+seq, so it probably shouldn't be in either of those.
I don't necessarily disagree with this, but counterpoint: the truth table op in comb gets lowered into muxes pretty trivially.
I find myself wanting some counter ops. Right now, it'd be very convenient to have a rollover counter op. Is the seq dialect the place to put this? Or is it too high-level? If it's not the correct dialect, which one is?
The text was updated successfully, but these errors were encountered: