How do you detect if two 8-bit signals are same?
V = OR(a[7:0] ^ b[7:0]) If V=0, then a[7:0] == b[7:0]
版权所有 © 非是非, 2007~2015