OpenCores

1G eth UDP / IP Stack

Issue List
udp_tx #8
Closed apalopohapa opened this issue about 12 years ago
apalopohapa commented about 12 years ago

In UDP_TX.vhd you have the line:

next_tx_result (assign) IPTX_RESULT_ERR;

But I think it should be:

next_tx_result (assign) UDPTX_RESULT_ERR;

pjf was assigned about 12 years ago
pjf commented about 12 years ago

Excelent, good find. I have corrected this and commited in svn r16.

pjf closed this about 12 years ago

Assignee
pjf
Labels
Bug