aboutsummaryrefslogtreecommitdiffstats
path: root/tests/various/elab_sys_tasks.sv
Commit message (Collapse)AuthorAgeFilesLines
* Initial implementation of elaboration system tasksUdi Finkelstein2019-05-031-0/+30
(IEEE1800-2017 section 20.11) This PR allows us to use $info/$warning/$error/$fatal **at elaboration time** within a generate block. This is very useful to stop a synthesis of a parametrized block when an illegal combination of parameters is chosen.