Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dmt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TASTE
dmt
Commits
072e50e2
Commit
072e50e2
authored
Aug 03, 2017
by
Thanassis Tsiodras
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove execution-irrelevant dependencies (move to test install) and add FPGA functionality.
parent
39cc32cb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
7 deletions
+4
-7
MANIFEST.in
MANIFEST.in
+1
-0
dmt/B_mappers/VHDL-templates.tar.bz2
dmt/B_mappers/VHDL-templates.tar.bz2
+0
-0
dmt/B_mappers/vhdl_B_mapper.py
dmt/B_mappers/vhdl_B_mapper.py
+3
-2
setup.py
setup.py
+0
-5
No files found.
MANIFEST.in
0 → 100644
View file @
072e50e2
include dmt/B_mappers/VHDL-templates.tar.bz2
dmt/B_mappers/VHDL-templates.tar.bz2
0 → 100644
View file @
072e50e2
File added
dmt/B_mappers/vhdl_B_mapper.py
View file @
072e50e2
...
...
@@ -1192,8 +1192,9 @@ def OnFinal() -> None:
from
.
import
vhdlTemplate
os
.
mkdir
(
vhdlBackend
.
dir
+
"/VHDL"
)
os
.
system
(
"tar -C
\"
"
+
vhdlBackend
.
dir
+
"/
\"
-jxf $DMT/aadl2glueC/VHDL-templates.tar.bz2"
)
if
not
os
.
path
.
isdir
(
vhdlBackend
.
dir
+
"/VHDL"
):
os
.
mkdir
(
vhdlBackend
.
dir
+
"/VHDL"
)
os
.
system
(
"tar -C
\"
"
+
vhdlBackend
.
dir
+
"/
\"
-jxf "
+
os
.
path
.
dirname
(
__file__
)
+
"/VHDL-templates.tar.bz2"
)
# vhdlFile = open(vhdlBackend.dir + 'TASTE.vhd', 'w')
# vhdlFile.write( vhdlTemplate.vhd % g_placeholders )
...
...
setup.py
View file @
072e50e2
...
...
@@ -27,12 +27,7 @@ setup(
],
install_requires
=
[
'coverage>=3.7.1'
,
'flake8>=2.6.0'
,
'mypy-lang>=0.4.2'
,
'pyflakes>=1.2.3'
,
'pylint>=1.7.0'
,
'pytest>=2.6.3'
,
'astroid>=1.4.6'
,
'pycodestyle>=2.0.0'
,
'typing>=3.5.2.2'
,
],
...
...
Thanassis Tsiodras
@ttsiodras
mentioned in commit
15f7148f
·
Aug 03, 2017
mentioned in commit
15f7148f
mentioned in commit 15f7148f950dd8061f6a8255b1198664812d87bf
Toggle commit list
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