Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hxcomm
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EBRAINS RI
Tech Hub
Apps
BrainScaleS
hxcomm
Commits
07064042
Commit
07064042
authored
1 year ago
by
Yannik Stradmann
Browse files
Options
Downloads
Patches
Plain Diff
Allow chip version 4 in JTAG tests
Change-Id: I43f05a04afe99ef14efa3ae26d91a7f0ad061d75
parent
7580a638
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/hw/hxcomm/test-readout_jtag_id.cpp
+3
-1
3 additions, 1 deletion
tests/hw/hxcomm/test-readout_jtag_id.cpp
with
3 additions
and
1 deletion
tests/hw/hxcomm/test-readout_jtag_id.cpp
+
3
−
1
View file @
07064042
...
...
@@ -49,5 +49,7 @@ TEST(TestConnection, ReadoutJtagID)
EXPECT_EQ
(
responses
.
size
(),
2
);
auto
jtag_id
=
static_cast
<
uint32_t
>
(
std
::
get
<
UTMessageFromFPGA
<
jtag_from_hicann
::
Data
>>
(
responses
.
front
()).
decode
());
EXPECT_TRUE
((
jtag_id
==
0x048580AF
)
||
(
jtag_id
==
0x248580AF
)
||
(
jtag_id
==
0x348580AF
));
EXPECT_TRUE
(
(
jtag_id
==
0x048580AF
)
||
(
jtag_id
==
0x248580AF
)
||
(
jtag_id
==
0x348580AF
)
||
(
jtag_id
==
0x448580AF
));
}
This diff is collapsed.
Click to expand it.
Yannik Stradmann
@stradmann
mentioned in commit
4e8e0178
·
1 year ago
mentioned in commit
4e8e0178
mentioned in commit 4e8e0178fbe452db0f96f342f03e955df183ef01
Toggle commit list
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment