1
0
mirror of synced 2026-01-23 19:17:15 +00:00
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
..
2022-10-10 16:31:29 +02:00
2021-10-01 21:18:33 -06:00
2023-03-20 12:52:46 +01:00