From 8c82da791cb71f4a0f4cbe4f7e2d997d0ca47567 Mon Sep 17 00:00:00 2001 From: Sean Cross Date: Fri, 23 Aug 2019 13:08:16 +0200 Subject: [PATCH] deps: sync with latest valentyusb Signed-off-by: Sean Cross --- hw/deps/valentyusb | 2 +- hw/foboot-bitstream.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hw/deps/valentyusb b/hw/deps/valentyusb index 9c06fa9..7d06457 160000 --- a/hw/deps/valentyusb +++ b/hw/deps/valentyusb @@ -1 +1 @@ -Subproject commit 9c06fa98bff865978058a3c909bff886a2b4fff4 +Subproject commit 7d06457b301966ea3135b52318578ef84e9b9d19 diff --git a/hw/foboot-bitstream.py b/hw/foboot-bitstream.py index a43cb8d..8cccdc3 100755 --- a/hw/foboot-bitstream.py +++ b/hw/foboot-bitstream.py @@ -6,6 +6,8 @@ LX_DEPENDENCIES = ["riscv", "icestorm", "yosys"] # Import lxbuildenv to integrate the deps/ directory +import sys +sys.path.append("") import lxbuildenv # Disable pylint's E1101, which breaks completely on migen