1
0
mirror of synced 2026-01-30 05:44:00 +00:00
Files
YosysHQ.yosys/tests
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
..
2023-03-20 09:58:41 +01:00
2021-12-10 00:22:37 +01:00
2019-07-16 12:44:26 -07:00
2023-02-21 05:23:15 +13:00
2021-12-10 00:22:37 +01:00
2022-11-29 19:06:45 +01:00
2020-09-21 15:07:02 +02:00
2022-03-14 15:39:11 +01:00
2021-03-29 22:01:57 -07:00
2023-03-20 12:52:46 +01:00