polu
Newbie level 6
- Joined
- Jan 31, 2006
- Messages
- 13
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,373
Hi,
System verilog LRM says:
Automatic variables and members or elements of dynamic variables—class properties and dynamically
sized variables—shall not be written with nonblocking, continuous, or procedural continuous assignments.
References to automatic variables and elements or members of dynamic variables shall be limited to procedural
blocks.
Can somebody tell what is the reason behind this restriction. Why can't we have continuous assignments and NBA assignments in the dynamic code.
Thanks.
System verilog LRM says:
Automatic variables and members or elements of dynamic variables—class properties and dynamically
sized variables—shall not be written with nonblocking, continuous, or procedural continuous assignments.
References to automatic variables and elements or members of dynamic variables shall be limited to procedural
blocks.
Can somebody tell what is the reason behind this restriction. Why can't we have continuous assignments and NBA assignments in the dynamic code.
Thanks.