mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-01 02:18:47 +00:00
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 |
||
---|---|---|
.. | ||
ast.cc | ||
ast.h | ||
dpicall.cc | ||
genrtlil.cc | ||
Makefile.inc | ||
simplify.cc |