mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 21:27:00 +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:
parent
11c8a9eb96
commit
536ae16c3a
14 changed files with 78 additions and 14 deletions
6
tests/errors/syntax_err08.v
Normal file
6
tests/errors/syntax_err08.v
Normal file
|
@ -0,0 +1,6 @@
|
|||
module a;
|
||||
wire [5:0]x;
|
||||
wire [3:0]y;
|
||||
assign y = x 55;
|
||||
endmodule
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue