OpenCores
URL https://opencores.org/ocsvn/fade_ether_protocol/fade_ether_protocol/trunk

Subversion Repositories fade_ether_protocol

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /fade_ether_protocol
    from Rev 7 to Rev 8
    Reverse comparison

Rev 7 → Rev 8

/trunk/FPGA_no_MAC/sk3e/ack_fifo.xco
1,7 → 1,7
##############################################################
#
# Xilinx Core Generator version 13.4
# Date: Sun Jun 16 14:33:14 2013
# Date: Sun Jun 16 19:08:57 2013
#
##############################################################
#
/trunk/FPGA_no_MAC/src/common/desc_manager_simple.vhd
515,11 → 515,11
-- You may change the constants used in expressions
-- below to change speed of adjustment
if r.all_pkt_count >= PKT_CNT_MAX then
if r.retr_pkt_count < PKT_CNT_MAX/64 then
if r.transm_delay > 32 then
if r.retr_pkt_count < PKT_CNT_MAX/32 then
if r.transm_delay > 16 then
r_i.transm_delay <= r.transm_delay-r.transm_delay/16;
end if;
elsif r.retr_pkt_count > PKT_CNT_MAX/16 then
elsif r.retr_pkt_count > PKT_CNT_MAX/8 then
if r.transm_delay < 1000000 then
r_i.transm_delay <= r.transm_delay+r.transm_delay/4;
end if;
/trunk/FPGA_no_MAC/atlys/ack_fifo.xco
1,7 → 1,7
##############################################################
#
# Xilinx Core Generator version 13.4
# Date: Sun Jun 16 14:37:55 2013
# Date: Sun Jun 16 19:04:07 2013
#
##############################################################
#
/trunk/FPGA_no_MAC/atlys/dcm1.xco
1,7 → 1,7
##############################################################
#
# Xilinx Core Generator version 13.4
# Date: Sun Jun 16 14:37:37 2013
# Date: Sun Jun 16 19:03:48 2013
#
##############################################################
#

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.