aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/vivado/table.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/vivado/table.sh')
-rw-r--r--scripts/vivado/table.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/vivado/table.sh b/scripts/vivado/table.sh
index 9e8b9d1..190ef3f 100644
--- a/scripts/vivado/table.sh
+++ b/scripts/vivado/table.sh
@@ -11,6 +11,8 @@ do
xc7a) d="Xilinx Artix-7T" ;;
xc7k) d="Xilinx Kintex-7T" ;;
xc7v) d="Xilinx Virtex-7T" ;;
+ xcku) d="Xilinx Kintex UltraScale" ;;
+ xcvu) d="Xilinx Virtex UltraScale" ;;
esac
speedtxt=$( printf '%s.%s ns (%d MHz)' ${speed%?} ${speed#?} $((10000 / speed)) )
printf '| %-20s | %-10s | %20s |\n' "$d" "-$grade" "$speedtxt"