-
danielmlynek authored
* There is no need to use automatic functions because local variable is always initialized with the same value at the beginning. * Readability of code is better if function arguments are parameterized by "ready to use" localparams. Co-authored-by:
pawelku <pawelku@aldec.com.pl>
danielmlynek authored* There is no need to use automatic functions because local variable is always initialized with the same value at the beginning. * Readability of code is better if function arguments are parameterized by "ready to use" localparams. Co-authored-by:
pawelku <pawelku@aldec.com.pl>