Task #5753
closed
Support for the repeatition operation
Added by Alexander Kamkin over 9 years ago.
Updated over 9 years ago.
Assignee:
Andrei Tatarnikov
Published in build:
150522
Description
{expr1}expr2 = expr2:: ... ::expr2 (expr1 times)
.
or
expr1{expr2} = expr2:: ... ::expr2 (expr1 times)
(as in Verilog).
- Description updated (diff)
- Status changed from New to Open
- Status changed from Open to Resolved
- % Done changed from 0 to 100
Implemented in r3654. Constructs like this are now supported:
rd = {4}value<0..7>;
This means the same as:
rd = value<0..7>::value<0..7>::value<0..7>::value<0..7>;
Please checks whether the simulator works correctly.
- Status changed from Resolved to Closed
- Published in build set to 150522
Also available in: Atom
PDF