1
0
mirror of synced 2026-04-20 03:03:18 +00:00
Files
YosysHQ.yosys/frontends
Udi Finkelstein f6fe73b31f Fixed remaining cases where we check fo wire reg/wire incorrect assignments
on Yosys-generated assignments.
In this case, offending code was:

module top(input in, output out);
function func;
  input arg;
  func = arg;
endfunction
assign out = func(in);
endmodule
2018-09-18 01:23:40 +03:00
..
2018-06-05 18:03:22 +03:00