sv2v/src
Henner Zeller e2f044ec4a Place <file>:<line>:<col> first in an error message
This is the same as most compilers (e.g. gcc and clang) but also
verilog tools (e.g. yosys) output error mesasge in a standardized form.

This form can immediately be parsed by IDE tools that can jumping
through a list of error messages, placing the cursor at the given
file position.

This change simply re-arranges the error message printing to conform to that
standard.

Signed-off-by: Henner Zeller <h.zeller@acm.org>
2019-09-18 19:16:37 -04:00
..
Convert additional generate block simplification 2019-09-17 20:30:33 -04:00
Language Place <file>:<line>:<col> first in an error message 2019-09-18 19:16:37 -04:00
Convert.hs support and conversion for foreach 2019-09-15 16:32:19 -04:00
Job.hs updated CLI (backwards compatible) 2019-09-15 10:31:50 -04:00
sv2v.hs lexical and parse errors print to stderr 2019-09-17 19:34:56 -04:00