Pyverilog icon indicating copy to clipboard operation
Pyverilog copied to clipboard

Added support for automatic functions

Open Lucaz97 opened this issue 2 years ago • 1 comments

This pull requests addresses issue #44 by adding support for automatic functions.

I updated lexer and parser to parse automatic functions. I updated the ast Function object with a boolean attribute 'automatic'. I updated the code generator and the function template to use the automatic attribute to correctly add 'automatic' when generating code for functions. I added 2 tests, 1 for the parser only and one for parser and code generator.

Lucaz97 avatar Mar 30 '23 18:03 Lucaz97

Looks good to me!

parker-research avatar Mar 26 '25 00:03 parker-research