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