From e930bf3261cb911f563d29421bccf18326dc0c5f Mon Sep 17 00:00:00 2001 From: graham sanderson Date: Tue, 20 Aug 2024 09:48:44 -0500 Subject: [PATCH] Deprecate copro_dis.py - keep for now as it is used by bootrom build --- tools/copro_dis.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/copro_dis.py b/tools/copro_dis.py index 285bc7be2..e01f29f16 100644 --- a/tools/copro_dis.py +++ b/tools/copro_dis.py @@ -1,4 +1,7 @@ #!/usr/bin/env python3 + +# NOTE THIS SCRIPT IS DEPRECATED. Use 'picotool coprodis' instead + import argparse, re parser = argparse.ArgumentParser(description="Disassemble RCP instructions in DIS file")