Compiler Errors
Declaration
Section titled “Declaration”If you declare a wire without a type:
wire foo = 0You’ll get an error:
Missing type definition. Declarations look like 'wire foo: u1 = 0'.See more on Types and Literals
Need an offline copy? Download Full Manual (.md)