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
There is a "Lookup" logic component but that one requires me to fill in a data table just like it was a rom or ram. I'm looking for a way to have a similar component where I can enter a logic expression like (C ∨ B) ∧ (A ∨ C) ∧ (B ∨ !C) * (C + !A).
Something like a mix of the Lookup component and the HDL components (which unfortunately both requires interfacing to en external software).
I could use theAnalysis | Expression functionality to generate a sub-circuit but it would end up (for me) with having a lot of sub circuits and I can't just go back and edit the logic expression, I would have to re-enter the expression from scratch and re-generate plus overwrite the existing component.
So it would be super neat to have the Lookup component be able to take an expression and then populate it's table and at the same time store the expression for future editing.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
There is a "Lookup" logic component but that one requires me to fill in a data table just like it was a rom or ram. I'm looking for a way to have a similar component where I can enter a logic expression like (C ∨ B) ∧ (A ∨ C) ∧ (B ∨ !C) * (C + !A).
Something like a mix of the Lookup component and the HDL components (which unfortunately both requires interfacing to en external software).
I could use theAnalysis | Expression functionality to generate a sub-circuit but it would end up (for me) with having a lot of sub circuits and I can't just go back and edit the logic expression, I would have to re-enter the expression from scratch and re-generate plus overwrite the existing component.
So it would be super neat to have the Lookup component be able to take an expression and then populate it's table and at the same time store the expression for future editing.
Beta Was this translation helpful? Give feedback.
All reactions