#include <defines.h>
Data Fields | |
| vsignal * | lhs_sig |
| int | lhs_lsb |
| int | lhs_msb |
| vector * | rhs_vec |
| int | rhs_lsb |
| int | rhs_msb |
| struct { | |
| uint8 is_signed: 1 | |
| uint8 added: 1 | |
| } | suppl |
|
|
Set to 1 if this nonblocking assignment has been added to the simulation queue |
|
|
Specifies if value is signed |
|
|
Left-hand-side LSB to assign |
|
|
Left-hand-side MSB to assign |
|
|
Pointer to left-hand-side signal to assign |
|
|
Right-hand-side LSB to assign |
|
|
Right-hand-side MSB to assign |
|
|
Pointer to right-hand-side vector containing value to assign |
|
|
Supplemental field |
1.3.4