Re: [RFC PATCH v1 35/43] target/hexagon: Use argparse in all python scripts

2024-12-05 Thread Brian Cain
On 11/20/2024 7:49 PM, Anton Johansson via wrote: QOL commit, all the various gen_* python scripts take a large set arguments where order is implicit. Using argparse we also get decent error messages if a field is missing or too many are added. Signed-off-by: Anton Johansson --- Reviewed-by

[RFC PATCH v1 35/43] target/hexagon: Use argparse in all python scripts

2024-11-20 Thread Anton Johansson via
QOL commit, all the various gen_* python scripts take a large set arguments where order is implicit. Using argparse we also get decent error messages if a field is missing or too many are added. Signed-off-by: Anton Johansson --- target/hexagon/gen_analyze_funcs.py | 6 +++-- target/hexago