forgot to remove a debug print

drtio_port
mwojcik 2021-08-26 12:54:19 +02:00
parent 39d522e1a7
commit ff7ba56d26
1 changed files with 0 additions and 2 deletions

View File

@ -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: