[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ethmac] Testing of Tx module
hi,
I think that there is a bug in the backoff-timer module.
first, "always @(random)" should be modified to "always@(posedge start_backoff)"
for random changes every posedge of clock.
second, "if (count_backoff == (backoff_time -1)) " to
"if ((count_backoff == (backoff_time-1)) || (backoff_time == 'b0)"
>hi'
>
>i've already tested Tx module using ModelSIm 5.4a. I think it's right.
>it also compatible with the Rx module.
>
>have a nice day
>
>RObin
zixim
zixim@263.net