Actions
Feature #9468
closedHDL parser backend that removes 'initial' processes
Start date:
01/31/2019
Due date:
% Done:
100%
Estimated time:
Published in build:
1.1.1-beta-190722
Description
In Verilog, 'initial' blocks are non-synthesizable, as 2005 standard tells.
The backend for HDL parser should be implemented that removes such processes from CFG.
When the 'initial' block contains variables' initialization assignments, these values (if constants!) should be stored at the variables' declarations.
Updated by Sergey Smolov almost 6 years ago
Actually, it is a non 2005 standard issue, but it is supposed to be useful.
Updated by Sergey Smolov almost 6 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Done in 1c714f47
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