Fix lint issue
This commit is contained in:
2
setup.py
2
setup.py
@@ -24,7 +24,7 @@ setuptools.setup(
|
|||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
python_requires='>=3.6',
|
python_requires='>=3.6',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"systemrdl-compiler>=1.22.0",
|
"systemrdl-compiler>=1.23.0",
|
||||||
"Jinja2>=2.11",
|
"Jinja2>=2.11",
|
||||||
],
|
],
|
||||||
entry_points = {
|
entry_points = {
|
||||||
|
|||||||
@@ -118,6 +118,7 @@ class DesignScanner(RDLListener):
|
|||||||
)
|
)
|
||||||
# Do not inspect external components. None of my business
|
# Do not inspect external components. None of my business
|
||||||
return WalkerAction.SkipDescendants
|
return WalkerAction.SkipDescendants
|
||||||
|
return None
|
||||||
|
|
||||||
def enter_Signal(self, node: 'SignalNode') -> None:
|
def enter_Signal(self, node: 'SignalNode') -> None:
|
||||||
# If encountering a CPUIF reset that is nested within the register model,
|
# If encountering a CPUIF reset that is nested within the register model,
|
||||||
|
|||||||
Reference in New Issue
Block a user