Skip to content

Commit

Permalink
Deprecate copro_dis.py - keep for now as it is used by bootrom build
Browse files Browse the repository at this point in the history
  • Loading branch information
kilograham committed Aug 20, 2024
1 parent 9430469 commit e930bf3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/copro_dis.py
Original file line number Diff line number Diff line change
@@ -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")
Expand Down

0 comments on commit e930bf3

Please sign in to comment.