[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ethmac] operator precedence
In eth_receivecontrol.v, "if(|PauseTimer[15:0] & RxFlow)" is currently
used for computing Divider2. Apparently, it meant "if((|PauseTimer
[15:0]) & RxFlow)" but it could mean "if(|(PauseTimer[15:0] & RxFlow))"
according to both IEEE 1364-1995 and IEEE 1364-2001.
I am curious what tools did not agree with my interpretation of IEEE
standards.
Thanks,
Jeff
--
To unsubscribe from ethmac mailing list please visit http://www.opencores.org/mailinglists.shtml