[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: tb_ethernet.v



cfk wrote:

#Tp phy_data = {8'h7D, (i[7:0] + 1)};
Just a guess. Would it help to explicitly declare the width of the constant 1 as 1'b1 (or 8'b1 if necesary)? Otherwise maybe the compiler assumes it is 32 bits.

-Gus