fstiewitz / build-tools-cpp

Build your projects in atom
https://atom.io/packages/build-tools
MIT License
31 stars 6 forks source link

Improve Modelsim highlight support #78

Open gsorrenti opened 7 years ago

gsorrenti commented 7 years ago

Output highlight for Modelsim should support also this error format: "** Error (suppressible): %FILENAME% (%LINE_NUMEBR%)" This type of error could be generated for example in case of unknown entity instantiated i.e. missing component declaration or direct entity instantiation.

Best regards