yosys/tests/hana/test_intermout_exprs_unaryp...

5 lines
64 B
Verilog

module test(output out, input in);
assign out = +in;
endmodule