Deprecate copro_dis.py - keep for now as it is used by bootrom build

This commit is contained in:
graham sanderson 2024-08-20 09:48:44 -05:00
parent 9430469e18
commit e930bf3261

View file

@ -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")