Forum Discussion
Altera_Forum
Honored Contributor
9 years agoverilog task passing values
In verilog ,I have doubt while passing different values of one argument to task eg:- module sample_ref(input wire clkA, rstA ,SA, output wire d); initial begin repeat(6) @(posedg...
Altera_Forum
Honored Contributor
9 years agoInstead of just repeating your question from the first post - how about showing us some code that exhibits the problems?