Unverified Commit 341dd51d authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

Remove incorrect clock warning on Mem.read (backport #2721) (#2722)

* Remove incorrect clock warning on Mem.read (#2721)

Mem.read is combinational and thus unaffected by the clock, and so it
does not make sense to issue warnings about the current clock in this
context.

(cherry picked from commit 5fdf74f9

)

* Keep old version of MemBase.clockWarning for binary compatibility

This method is impossible for users to call, but it is easy enough to
keep around a version of it to make MiMa happy.

Co-authored-by: default avatarAndrew Waterman <andrew@sifive.com>
Co-authored-by: default avatarJack Koenig <koenig@sifive.com>
parent 7ff5fd4a
Supports Markdown
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