Hi, I am trying to implement a constraint question, where if I do circular shift on input, it should not be equal to output. Please see the lnik below for my code.
https://www.edaplayground.com/x/YBj6
Here, one of the outputs I am getting is "10000001", which shouldn't have been printed. Can someone please tell me the issue in this?