Hi All,
I have two signals A and B. when the reset is high, A can not be unknown. When the reset is high and A is 1, B can not be unknown.
So, I write two property.
There is no difference in the two expressions you show. The || and or operators have the least precedence amongst the other operators and both its operands are boolean expressions.
Note that or may be used as an operator between sequences and properties.