OpenCores

1G eth UDP / IP Stack

Issue List
udp_tx #8
Closed apalopohapa opened this issue over 11 years ago
apalopohapa commented over 11 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 over 11 years ago
pjf commented over 11 years ago

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

pjf closed this over 11 years ago

Assignee
pjf
Labels
Bug