sgherbst / pysvinst

Python library for parsing module definitions and instantiations from SystemVerilog files
MIT License
21 stars 5 forks source link

Passing multiple file to get_defs: indicate which one has an error #7

Closed sgherbst closed 3 years ago

sgherbst commented 3 years ago

When multiple files are passed to get_defs, provide an indication of which one has a syntax error, if any. The same file could be passed multiple times, so this should make clear which instance of that file is generating the error.