mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
build/argument_parser: Rename to parser to simplify name/imports.
This commit is contained in:
parent
6b541fb4fb
commit
621c5cc187
1 changed files with 2 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue