Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
VILLASfpga
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
12
Issues
12
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ACS
P
Public
VILLASframework
VILLASfpga
Commits
0ffa281a
Commit
0ffa281a
authored
Jun 04, 2018
by
Daniel Krebs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lib/ip: extend dump by memory blocks
parent
bda5ef86
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
lib/ip.cpp
lib/ip.cpp
+5
-1
No files found.
lib/ip.cpp
View file @
0ffa281a
...
...
@@ -322,9 +322,13 @@ IpCore::dump()
{
logger
->
info
(
"IP: {}"
,
*
this
);
for
(
auto
&
[
num
,
irq
]
:
irqs
)
{
logger
->
info
(
"IRQ {}: {}:{}"
,
logger
->
info
(
"
IRQ {}: {}:{}"
,
num
,
irq
.
irqController
->
getInstanceName
(),
irq
.
num
);
}
for
(
auto
&
[
block
,
translation
]
:
addressTranslations
)
{
logger
->
info
(
" Memory {}: {}"
,
block
,
translation
);
}
}
...
...
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