3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-31 00:13:18 +00:00

Rename the generic "Syntax error" message from the Verilog/SystemVerilog parser into unique,

meaningful info on the error.
Also add 13 compilation examples that triggers each of these messages.
This commit is contained in:
Udi Finkelstein 2018-10-25 02:37:56 +03:00
parent 11c8a9eb96
commit 536ae16c3a
14 changed files with 78 additions and 14 deletions

View file

@ -0,0 +1,6 @@
module a;
initial
begin : label1
end: label2
endmodule