From 417ec05cc68242b72ce1260153051e07da4d8240 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 29 Aug 2025 20:08:34 +0200 Subject: Cleanup things --- build_and_program.py | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 build_and_program.py (limited to 'build_and_program.py') diff --git a/build_and_program.py b/build_and_program.py deleted file mode 100644 index ba6c139..0000000 --- a/build_and_program.py +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/env python3 - -import os -import sys - -# Add Vivado to PATH -vivado_bin = os.path.expanduser("~/Xilinx/2025.1/Vivado/bin") -os.environ["PATH"] = vivado_bin + ":" + os.environ.get("PATH", "") - -# Now run the original blinky script -from blinky import Blinky -from platform_alchitry_pt import AlchitryPtPlatform - -if __name__ == "__main__": - platform = AlchitryPtPlatform() - platform.build(Blinky(), do_program=True) \ No newline at end of file -- cgit v1.3.1