mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 14:13:23 +00:00
Fixed counting verilog line numbers for "// synopsys translate_off" sections
This commit is contained in:
parent
6400ae3648
commit
7daad40ca4
2 changed files with 4 additions and 4 deletions
|
@ -300,7 +300,7 @@ std::string frontend_verilog_preproc(FILE *f, std::string filename, const std::m
|
|||
input_file(fp, fn);
|
||||
fclose(fp);
|
||||
} else
|
||||
output_code.push_back("`file_notfound " + fn + "\n");
|
||||
output_code.push_back("`file_notfound " + fn);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue