Parser-Verilog icon indicating copy to clipboard operation
Parser-Verilog copied to clipboard

Got syntax error on using '&' or '~'

Open Rafayelyan opened this issue 1 year ago • 0 comments
trafficstars

module and_gate ( input a, input b, output out ); assign out = a & b;

endmodule

Rafayelyan avatar Mar 19 '24 13:03 Rafayelyan