R
Raymond Bingham
Guest
Anyone out there know how to pass verilog parameters to a verilog
task? Synopsys and Cadence both compile okay with parameters in the
task function, but I don't know how to change them. Can you?
You can't put it in the parameter list.
You can't put a #(param) between the task call and the parameter list.
You can't put #(param) in front of a task, cuz that would be a
#(delay)
wouldn't it?
I tried using defparam, and it didn't like that, either...
Any ideas?
Best regards,
--Ray Bingham
task? Synopsys and Cadence both compile okay with parameters in the
task function, but I don't know how to change them. Can you?
You can't put it in the parameter list.
You can't put a #(param) between the task call and the parameter list.
You can't put #(param) in front of a task, cuz that would be a
#(delay)
wouldn't it?
I tried using defparam, and it didn't like that, either...
Any ideas?
Best regards,
--Ray Bingham