I know that logic is a 4-state and bit is 2 state, using bit will make to lose testing of x and z. But when exactly bit and when logic?
1 Answer
This paper should cover your questions:
http://www.sutherland-hdl.com/papers/2013-DVCon_In-love-with-my-X_paper.pdf
TLDR; bit is better for performance (only 2 states to model), but hides X-propagation issues.