This website requires JavaScript.
Explore
Help
Sign In
luke
/
yosys
Watch
1
Star
0
Fork
0
mirror of
https://github.com/YosysHQ/yosys.git
synced
2026-09-05 19:36:55 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8a01ff15f4d3a75d354bfdecd7691506d1da97d6
yosys
/
tests
/
errors
/
syntax_err09.v
T
3 lines
41 B
Verilog
Raw
Normal View
History
Unescape
Escape
Rename the generic "Syntax error" message from the Verilog/SystemVerilog parser into unique,
2018-10-25 02:37:56 +03:00
module
a
(
input
wire
x
=
1
'b0
);
endmodule
Reference in New Issue
Copy Permalink