1
0
mirror of synced 2026-02-21 23:17:29 +00:00
Files
YosysHQ.yosys/tests/verilog/void_func.ys
Jannis Harder fb1c2be76b verilog: Support void functions
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.
2023-03-20 12:52:46 +01:00

884 B