[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [ethmac] FIFO width generic didnt work (eth_defines.v)



I know. I already discovered this bug. Thanks anyway. I didn't upload my
files
because I'm still testing them.

Regards,
	Igor

> -----Original Message-----
> From: owner-ethmac@opencores.org [mailto:owner-ethmac@opencores.org]On
> Behalf Of Torbjörn Aronsson
> Sent: 8. oktober 2002 18:37
> To: ethmac@opencores.org
> Subject: [ethmac] FIFO width generic didnt work (eth_defines.v)
>
>
> Hi Igor,
>
> we've synthesized our ethernet module, but found that two "wires"
> in eth_wishbone, connected to the fifo-modules, used hardcoded
> default widths instead of using the values supplied in eth_defines.v.
> This created some problems in synthesis when we played around
> with different FIFO-depths (signals of different widths).
>
> In our version of eth_wishbone.v (1.37):
>
> line 1001:
>    wire [4:0] txfifo_cnt
> should read:
>    wire [`TX_FIFO_CNT_WIDTH-1:0] txfifo_cnt
>
> and line 1923:
>    wire [4:0] rxfifo_cnt
> should read:
>    wire [`RX_FIFO_CNT_WIDTH-1:0] rxfifo_cnt
>
> hope this helps...
> Torbjörn & Mathias
> --
> To unsubscribe from ethmac mailing list please visit
> http://www.opencores.org/mailinglists.shtml
>


--
To unsubscribe from ethmac mailing list please visit http://www.opencores.org/mailinglists.shtml