Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws/aws-fpga
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.21
Choose a base ref
...
head repository: aws/aws-fpga
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.22
Choose a head ref
  • 7 commits
  • 40 files changed
  • 6 contributors

Commits on Aug 6, 2021

  1. Configuration menu
    Copy the full SHA
    90bf058 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Fix IPI build script and Pythonpath bugs (#535)

    - update opt_design_pre.tcl as recommended by Xilinx
    - fixes an issue which incorrectly calculated timing paths
      using different point of origin for Source and Destination clock.
      For example a timing path using clk_main_a0 was computed using:
          Source Clock origin = WRAPPER_INST/CL/clk_main_a0
          Destination Clock origin = static_sh/pcie_inst/…*/TXOUTCLK
      This resulted in Hold Time Violations in certain customer designs.
    - per Xilinx, this was happening because of adding SH_CL_BB_routed.dcp
      without closing post synthesis DCP.
    - Update PYTHONPATH in the common env settings to fix vrs bug
    deeppat authored Sep 14, 2021
    Configuration menu
    Copy the full SHA
    a234375 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e17dcb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7369ab1 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Doc updates and test fixes (#538)

    * Update DCV.md (#697)
    
    * Update and fix test failures (#698)
        * Fixed the non root test 
        * Fixed documentation link failures by adding an updated ssl context
    
    * Update afi power doc (#699)
        * specify afi-power warning/violation triggers
        * Describe when afi-power-warning and afi-power-violation conditions trigger.
        * fix indentation of sh_cl_pwr_state
    
    Co-authored-by: kyyalama2 <[email protected]>
    Co-authored-by: AWScsaralay <[email protected]>
    3 people authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    ea4baee View commit details
    Browse the repository at this point in the history
  2. XDMA.ko build fails on kernel version 5.8.0 (used in Ubuntu 20.04). A…

    …pply changes seen in @jberaud's commit in Xilinx's dma_ip_drivers PR#69 (#536)
    jelicicm authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    85d621d View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Release v1.4.22 (#540)

    * Updated README.md and FAQ.md: (#702)
    
    * Added descriptions on kernel clocks and frequency scaling.
    
    * Virtual Ethernet upgrade (#694)
    
    * Update dpdk to v20.02 for virtual eth instance and dpdk to v20.08 and pktgen to v20.09 for pktgen instance
    
    * update to include a dpdk patch for generating igb
    
    * update the script to also generate igb_uio.ko for x86_64-native-linuxapp-gcc
    
    * updated dpdk patches for 20.02
    
    * updates to spp_ethdev.c
    
    * remove spp_ethdev.c as its updated in 0001 patch
    
    * update the patch to enable igb_uio compilation
    
    * updates to virtual_ethernet_install.py for upgrade to 20.02
    
    * Update Virtual_Ethernet_Application_Guide.md
    
    * Updated the end of life announcement table (#703)
    
    Co-authored-by: czfpga <[email protected]>
    Co-authored-by: kyyalama2 <[email protected]>
    3 people authored Oct 8, 2021
    Configuration menu
    Copy the full SHA
    a6cece0 View commit details
    Browse the repository at this point in the history
Loading