Zero bit width array?

In reply to chiragg:

Would welcome any suggestions on

  1. How to declare a zero width signal? Realize that the following is already acceptable
bit [-8:+8] axis;

  1. What value does 0-width expression have? is it 0 or unknown(x)?