-
Notifications
You must be signed in to change notification settings - Fork 517
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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]>
- Loading branch information
1 parent
85d621d
commit a6cece0
Showing
23 changed files
with
4,975 additions
and
4,892 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
# Frequently Asked Questions (FAQ) | ||
|
||
## Q: What are the clocks available to the RTL kernel on the AWS F1 Platform? | ||
A: There are 3 clocks provided on the AWS F1 Platform. Their names and default frequencies are shown below. | ||
Among them, DATA_CLK and KERNEL_CLK can be used by the RTL kernel. | ||
|
||
* SYSTEM (clock_main_a0) @ 250 MHz | ||
* DATA_CLK (clock_extra_b0) @ 250 MHz | ||
* KERNEL_CLK (clock_extra_c0) @ 500 MHz | ||
|
||
**NOTE**: *Frequency scaling can be enabled by Vitis on the kernel clock (DATA_CLK or KERNEL_CLK). This happens when the kernel's timing performance cannot be achieved. Vitis will lower the clock frequency to meet timing. For more details about kernel clock, please refer to [Vitis User Guide](https://www.xilinx.com/support/documentation/sw_manuals/xilinx2019_2/ug1393-vitis-application-acceleration.pdf).* | ||
|
||
## Q: What is the lowest frequency Vitis design supported on the AWS F1 Platform? | ||
A: We support creating AFI's from CL's that have been built to work at Frequencies no lower than 80MHz. | ||
Re-clocking/Loading a dynamic clock frequency lower than 80MHz will also result in an error. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
HDK_VERSION=1.4.21 | ||
HDK_VERSION=1.4.22 |
Oops, something went wrong.