mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-09-03 11:18:31 +02:00
The difference between void functions and tasks is that always_comb's implicit sensitivity list behaves as if functions were inlined, but ignores signals read only in tasks. This only matters for event based simulation, and for synthesis we can treat a void function like a task.