Pyverilog
Pyverilog copied to clipboard
Added end_lineno to indicate the last line number in always, module, …
This will help in knowing the end line number for always block, modules, statements, case statement.
User can than use this information for different usage:
- Find the smallest / biggest module
- Find smallest/biggest always blocks , case statements
- Use this information to create a new file that has these parts (blocks / modules / ..) commented out.
- ....
Thanks! Let me review the code.