Actions
Task #8429
closedbackend that transforms "x[i] := y" assignments into constant-ranged
Start date:
09/14/2017
Due date:
% Done:
100%
Estimated time:
Detected in build:
master
Published in build:
1.1.1-beta-190722
Description
Common backend for HDL parsers that transforms assignments (both concurrent and sequential) of the following kind: "x[i] := y", where i is an integer variable.
This backend creates a switch\case block that includes assignments with constant values inside indices.
Updated by Sergey Smolov about 7 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Done in 79fbb167
Updated by Sergey Smolov about 7 years ago
- Status changed from Resolved to Verified
Updated by Sergey Smolov over 5 years ago
- Status changed from Verified to Closed
- Published in build set to 1.1.1-beta-190722
Actions