Fix for issue #5 (wrong endianness of data stream in test bed) #6
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix_issue_#5"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The 'evr320_data_filter' entity presents data in little-endian format.
However, the test is written for big-endian; set the SWAP generic to
fix this.
Also; once this test passes events won't be detected because the checksum
timeout is not reached. Set to zero.
Last: ghdl complains about mem_data(x) indexing when x > C_MEM_DATA_WIDTH.
Replaced hard-coded statements by a simple loop that runs from
0 to C_MEM_DATA_WIDTH/8 - 1.
mentioned in issue #5
merged
mentioned in commit
df8522473d