Skip to content
Snippets Groups Projects
Commit 4e8e0178 authored by Yannik Stradmann's avatar Yannik Stradmann
Browse files

Fixup 07064042: Next BSS-2 ASIC is called HYv4

Change-Id: I3a09c57901ea48b1c6eba65657ee61c9b378ad1c
parent 07064042
No related branches found
No related tags found
No related merge requests found
......@@ -51,5 +51,5 @@ TEST(TestConnection, ReadoutJtagID)
std::get<UTMessageFromFPGA<jtag_from_hicann::Data>>(responses.front()).decode());
EXPECT_TRUE(
(jtag_id == 0x048580AF) || (jtag_id == 0x248580AF) || (jtag_id == 0x348580AF) ||
(jtag_id == 0x448580AF));
(jtag_id == 0x448590AF));
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment