Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThe source has a error signal of 6 bits, but the sink does not.
Hi,
I am getting this error, can any one help....to overcome this error... error: triple_speed_ethernet_0.receive/data_pattern_checker_0.pattern_in: the source has a error signal of 6 bits, but the sink does not. AN483:Triple Speed Ethernet Data Path Reference Design2 Replies
- Altera_Forum
Honored Contributor
You are trying to connect two Avalon Streams that have a different size for the error signal. You need to insert an Avalon Stream Error Adapter between them.
- Altera_Forum
Honored Contributor
Thank you,