mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-07 01:54:10 +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 |