Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
13 years ago

Why the task cannot be synthesisd?

I just try to use a task to improve the programming efficiency. The code is as following: task TwoNumberMin; input [RamWidth-1:0] a,b; input clk; output [RamWidth-1:0] min; always...