I have two logic output which I know are logically equivalent (proven using SAT solvers). Now I choose same bits from both signals. Can I say since the complete signals are equivalent then sub-signals will also be equivalent?
eg. N-bit signal - Signal-1 and Signal-2 these both are logically equivalent. Now I extract 0:1 from Signal-1 and 0:1 from Signal-2, now I want to know equivalence of these two new signals. Can I surely say that these will be equivalent?
I think they will be equivalent, please let me know if I am missing something, or it can be different in any scenario.