build/argument_parser: Rename to parser to simplify name/imports.
This commit is contained in:
parent
6b541fb4fb
commit
621c5cc187
|
@ -11,7 +11,8 @@ import sys
|
||||||
from litex.soc.integration.soc_core import *
|
from litex.soc.integration.soc_core import *
|
||||||
from litex.soc.integration.builder import *
|
from litex.soc.integration.builder import *
|
||||||
|
|
||||||
# LitexArgumentParser ------------------------------------------------------------------------------
|
# Litex Argument Parser ----------------------------------------------------------------------------
|
||||||
|
|
||||||
class LiteXArgumentParser(argparse.ArgumentParser):
|
class LiteXArgumentParser(argparse.ArgumentParser):
|
||||||
"""
|
"""
|
||||||
ArgumentParser subclass used to intercept parse_args call and to simplify
|
ArgumentParser subclass used to intercept parse_args call and to simplify
|
Loading…
Reference in New Issue