Skip to content
Snippets Groups Projects
Commit ecc68bf9 authored by auphelia's avatar auphelia
Browse files

[Test] Fix typo in checksum test

parent 607551b8
No related branches found
No related tags found
No related merge requests found
...@@ -203,7 +203,7 @@ def test_fpgadataflow_checksum(): ...@@ -203,7 +203,7 @@ def test_fpgadataflow_checksum():
checksum0_rtlsim = int(checksums[0]) checksum0_rtlsim = int(checksums[0])
checksum1_rtlsim = int(checksums[1]) checksum1_rtlsim = int(checksums[1])
checksum0_drain = int(drain[0]) checksum0_drain = int(drain[0])
checksum1_drain = int(drain[0]) checksum1_drain = int(drain[1])
assert ( assert (
checksum0_rtlsim == checksum0_cppsim checksum0_rtlsim == checksum0_cppsim
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment