From b48b59300bdae1a34c37ae264be651c31fa3bae8 Mon Sep 17 00:00:00 2001 From: hadeshyp Date: Fri, 19 Feb 2010 12:43:27 +0000 Subject: [PATCH] *** empty log message *** --- trb_net16_hub_streaming_port.vhd | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/trb_net16_hub_streaming_port.vhd b/trb_net16_hub_streaming_port.vhd index e028641..0fbbcfb 100644 --- a/trb_net16_hub_streaming_port.vhd +++ b/trb_net16_hub_streaming_port.vhd @@ -302,10 +302,10 @@ begin IBUF_DEPTH => 6, USE_ACKNOWLEDGE => cfg_USE_ACKNOWLEDGE(0), USE_CHECKSUM => cfg_USE_CHECKSUM(0), - INIT_CAN_SEND_DATA => c_NO, + INIT_CAN_SEND_DATA => c_YES, INIT_CAN_RECEIVE_DATA => c_YES, REPLY_CAN_SEND_DATA => c_YES, - REPLY_CAN_RECEIVE_DATA => c_NO + REPLY_CAN_RECEIVE_DATA => c_YES ) port map( -- Misc @@ -366,10 +366,10 @@ begin IBUF_DEPTH => 6, USE_ACKNOWLEDGE => cfg_USE_ACKNOWLEDGE(1), USE_CHECKSUM => cfg_USE_CHECKSUM(1), - INIT_CAN_SEND_DATA => c_NO, + INIT_CAN_SEND_DATA => c_YES, INIT_CAN_RECEIVE_DATA => c_YES, REPLY_CAN_SEND_DATA => c_YES, - REPLY_CAN_RECEIVE_DATA => c_NO + REPLY_CAN_RECEIVE_DATA => c_YES ) port map( -- Misc @@ -450,10 +450,10 @@ begin IBUF_DEPTH => 6, USE_ACKNOWLEDGE => cfg_USE_ACKNOWLEDGE(3), USE_CHECKSUM => cfg_USE_CHECKSUM(3), - INIT_CAN_SEND_DATA => c_NO, + INIT_CAN_SEND_DATA => c_YES, INIT_CAN_RECEIVE_DATA => c_YES, REPLY_CAN_SEND_DATA => c_YES, - REPLY_CAN_RECEIVE_DATA => c_NO + REPLY_CAN_RECEIVE_DATA => c_YES ) port map( -- Misc -- 2.43.0