Project

General

Profile

Actions

Task #5753

closed

Support for the repeatition operation

Added by Alexander Kamkin about 9 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Urgent
Assignee:
Andrei Tatarnikov
Category:
nML Translator
Target version:
Start date:
03/25/2015
Due date:
% Done:

100%

Estimated time:
Detected in build:
svn
Published in build:
150522

Description

{expr1}expr2 = expr2:: ... ::expr2 (expr1 times).

or

expr1{expr2} = expr2:: ... ::expr2 (expr1 times) (as in Verilog).

Actions #1

Updated by Alexander Kamkin about 9 years ago

  • Description updated (diff)
Actions #2

Updated by Andrei Tatarnikov almost 9 years ago

  • Status changed from New to Open
Actions #3

Updated by Andrei Tatarnikov almost 9 years ago

  • 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.

Actions #4

Updated by Andrei Tatarnikov almost 9 years ago

  • Status changed from Resolved to Closed
  • Published in build set to 150522
Actions

Also available in: Atom PDF