Sign in
foss-fpga-tools
/
third_party
/
yosys
/
f6ff311a1dc9876911594328350e2d3fc62a5535
/
.
/
tests
/
errors
/
syntax_err12.v
blob: f9b5d5b0b1fce0336f9c769388f57dec5614ee35 [
file
] [
log
] [
blame
]
interface
iface
;
endinterface
module
a
(
iface x
=
1
'b0
);
endmodule