Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
dmt
Commits
f1f6a5c4
Commit
f1f6a5c4
authored
Dec 11, 2020
by
Thanassis Tsiodras
Browse files
The VHDL template files are excluded from Static Analysis (VHDL and Python rules don't mix well).
parent
2dcfaf77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
f1f6a5c4
PY_SRC
:=
$(
wildcard
dmt/asn2dataModel.py dmt/aadl2glueC.py dmt/smp2asn.py dmt/
*
mappers/[a-zA-Z]
*
py dmt/commonPy/[a-zA-Z]
*
py
)
PY_SRC
:=
$(
filter-out
dmt/B_mappers/antlr.main.py dmt/A_mappers/Stubs.py dmt/B_mappers/micropython_async_B_mapper.py dmt/commonPy/commonSMP2.py,
${PY_SRC}
)
PY_SRC
:=
$(
filter-out
dmt/B_mappers/vhdlTemplate.py dmt/B_mappers/vhdlTemplateZynQZC706.py dmt/B_mappers/vhdlTemplateBrave.py dmt/B_mappers/vhdlTemplateZestSC1.py,
${PY_SRC}
)
# Python3.5 includes an older version of typing, which by default has priority over
# the one installed in $HOME/.local via setup.py.
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment