Unverified Commit fbe0bb01 authored by John Ingalls's avatar John Ingalls Committed by GitHub
Browse files

prevent X prop from speculative fdiv/fsqrt instructions (#2821)



Since the state transitions in the divider depend on the data values, the
in.ready signal becomes X if the input data is X.  This fact becomes
problematic for speculative instructions, since the state might not yet
have been initialized.

Co-authored-by: default avatarAndrew Waterman <andrew@sifive.com>
parent fdee7f74
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