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