Skip to content

Compiler Errors

If you declare a wire without a type:

wire foo = 0

You’ll get an error:

Missing type definition. Declarations look like 'wire foo: u1 = 0'.

See more on Types and Literals