Skip to content

Instantly share code, notes, and snippets.

View shahbaazlokh's full-sized avatar
:octocat:
Focusing

shahbaaz lokhandwala shahbaazlokh

:octocat:
Focusing
View GitHub Profile
@sohnryang
sohnryang / vivado-on-m1-mac.md
Last active May 15, 2025 13:26
Vivado on ARM64 Mac using Rosetta 2

Running Vivado on ARM64 Mac using Rosetta 2

macOS Ventura supports running x86-64 binaries on Linux VMs. However, even with Rosetta installing Vivado is not a simple one-click process. This guide covers some workarounds and tricks to get Vivado up and running on ARM64 Mac.

  1. Make sure you're running macOS Ventura or higher.
  2. Install UTM and create a Debian VM with Rosetta according to their guide.
    • Other distributions should also work, but commands will be different.
  3. Install x86-64 version of java and libtinfo. Vivado depends on them.