Actions
Feature #9486
closedHDL parser's init_process backend: calculate initial values if possible
Start date:
02/13/2019
Due date:
% Done:
100%
Estimated time:
Published in build:
1.1.1-beta-190722
Description
The "init_process" backend is unable to extract initial values from assignments that are not of "x := c" type (x is a variable, c is a constant).
But in some cases the right hand side expression can be calculated by using initial values of other variables.
The backend should be improved.
Updated by Sergey Smolov almost 6 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Done in commit:93d85cbe
Updated by Sergey Smolov over 5 years ago
- Status changed from Resolved to Closed
- Published in build set to 1.1.1-beta-190722
Actions