Feature #9486
HDL 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.
History
Updated by Sergey Smolov 10 months ago
- % Done changed from 0 to 100
- Status changed from New to Resolved
Done in commit:93d85cbe
Updated by Sergey Smolov 5 months ago
- Published in build set to 1.1.1-beta-190722
- Status changed from Resolved to Closed