From: Jan Michel Date: Tue, 17 Mar 2015 09:55:29 +0000 (+0100) Subject: fixed a wrong signal name X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=e26cf343d5864ac481dca0a9e27d76a86365a87d;p=trbnet.git fixed a wrong signal name --- diff --git a/media_interfaces/med_ecp3_sfp_sync.vhd b/media_interfaces/med_ecp3_sfp_sync.vhd index 3f016cf..0fafcbc 100644 --- a/media_interfaces/med_ecp3_sfp_sync.vhd +++ b/media_interfaces/med_ecp3_sfp_sync.vhd @@ -338,7 +338,7 @@ THE_TX : tx_control REQUEST_POSITION_IN => request_retr_position_i, --TODO START_RETRANSMIT_IN => start_retr_i, --TODO - START_POSITION_IN => request_retr_position_i, --TODO + START_POSITION_IN => start_retr_position_i, --TODO SEND_DLM => TX_DLM, SEND_DLM_WORD => TX_DLM_WORD,