|  | 
 
 发表于 2016-11-29 10:30:13
|
显示全部楼层 
| IEEE Standard for SystemVerilog—Unified Hardware Design, Specification, and Verification Language 
 6.11.2 2-state (two-value) and 4-state (four-value) data types
 
 Types that can have unknown and high-impedance values are called 4-state types. These are logic, reg, integer, and time. The other types do not have unknown values and are called 2-state types, for example, bit and int.
 | 
 |