Wrong error indication if include file wasn't found
Status: Beta
Brought to you by:
mballance
Hi,
In case that include file is not found, I get the following error:
"Errors occurred during the build.
Errors running builder 'SVEditor Project Builder' on project 'pipe_work_004_tomera'.
java.lang.Character.isAlphabetic(I)Z"
Using SVE 1.9.7. This issue wasn't exist at 1.8.3 (I did a very big jump...).
For example:
+++++++++++++++++++++++
module a_top (
// Inputs
tclk
);
`include "not_exist_file.inc"
input in_a;
endmodule
++++++++++++++++++++++++++++++
Regards,
Tomer
In addition, in case it happened- SVE stop parsing rest of files.