Hikakkun
Results
1
issues of
Hikakkun
When you run the following, the task call part is not generated as expected ```python import veriloggen as vg module = vg.Module("task_module") clk = module.Input("CLK") a = module.Input("a") init_task =...