4 lines
57 B
Text
4 lines
57 B
Text
|
|
Declare x bit(1);
|
||
|
|
x='1'b; /* True */
|
||
|
|
x='0'b; /* False */
|