build/argument_parser: Rename to parser to simplify name/imports.

This commit is contained in:
Florent Kermarrec 2022-11-06 21:36:00 +01:00
parent 6b541fb4fb
commit 621c5cc187
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ import sys
from litex.soc.integration.soc_core import *
from litex.soc.integration.builder import *
# LitexArgumentParser ------------------------------------------------------------------------------
# Litex Argument Parser ----------------------------------------------------------------------------
class LiteXArgumentParser(argparse.ArgumentParser):
"""
ArgumentParser subclass used to intercept parse_args call and to simplify