Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
dmt
Compare Revisions
90da4cee0438bcf1b161feaecffe65c09d81d50f...5d0ec8301111ac442a8ab449568406a8fce8dac1
Commits (1)
Add source status comments.
· 5d0ec830
Tiago Jorge
authored
Nov 27, 2019
5d0ec830
Hide whitespace changes
Inline
Side-by-side
dmt/B_mappers/zynqzc706_B_mapper.py
View file @
5d0ec830
...
...
@@ -33,6 +33,11 @@ parameters, which have C callable interfaces. The necessary
stubs (to allow calling from the VM side) are also generated.
'''
'''
Status: Device driver side (PS, ARM) calls to AXI are still to be implemented. Hence such AXI writes/reads are temporarily commented out.
TODO This and other possibly needed libraries will soon be linked and included with the exported device driver.
'''
import
os
import
re
import
math
...
...