1
0
mirror of synced 2026-02-23 15:53:37 +00:00
Files
YosysHQ.yosys/frontends/verilog
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
..
2018-08-27 14:22:21 +02:00