From b42bd1363750d42fc0f6f0e4b4b51a44fc01a0fb Mon Sep 17 00:00:00 2001 From: Andrey Miroshnikov Date: Tue, 27 Sep 2022 19:47:06 +0000 Subject: [PATCH] feat(stage2): Moved up a directory to work with the PinSpec imports --- src/{spec => }/stage2.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename src/{spec => }/stage2.py (99%) diff --git a/src/spec/stage2.py b/src/stage2.py similarity index 99% rename from src/spec/stage2.py rename to src/stage2.py index 2219616..1d9374f 100644 --- a/src/spec/stage2.py +++ b/src/stage2.py @@ -18,9 +18,9 @@ if cxxsim: else: from nmigen.sim import Simulator, Settle, Delay -from iomux import IOMuxBlockSingle -from base import PinSpec -from jtag import iotypes +from spec.iomux import IOMuxBlockSingle +from spec.base import PinSpec +from spec.jtag import iotypes io_layout = (("i", 1), ("oe", 1), -- 2.30.2