From ff7ba56d26cd6a89c47f3395ed294b44e76474bc Mon Sep 17 00:00:00 2001 From: mwojcik Date: Thu, 26 Aug 2021 12:54:19 +0200 Subject: [PATCH] forgot to remove a debug print --- src/gateware/zc706.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gateware/zc706.py b/src/gateware/zc706.py index fb491b1a..ab8c036c 100755 --- a/src/gateware/zc706.py +++ b/src/gateware/zc706.py @@ -574,8 +574,6 @@ def main(): soc = cls(acpki=acpki) soc.finalize() - print(soc.get_memory_regions()) - if args.r is not None: write_csr_file(soc, args.r) if args.m is not None: