Skip to content

Commit

Permalink
Update src/dft/src/clock_domain/ClockDomain.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Mohamed Gaber <[email protected]>
  • Loading branch information
donn and github-actions[bot] authored Jan 12, 2025
1 parent 68e0a69 commit bb912d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dft/src/clock_domain/ClockDomain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ std::string_view ClockDomain::getClockEdgeName() const
}

namespace {
size_t FNV1a(uint8_t* data, size_t length)
size_t FNV1a(const uint8_t* data, size_t length)
{
size_t hash = 0xcbf29ce484222325;
for (size_t i = 0; i < length; i += 1) {
Expand Down

0 comments on commit bb912d2

Please sign in to comment.