Commit 6909906e authored by Yunsup Lee's avatar Yunsup Lee Committed by jhauser-ucberkeley
Browse files

add small div/sqrt unit (#17)

* add small div/sqrt unit

* Chisel3 doesn't permit mixed UInt/SInt muxing/assignment

* Fix control bug in DivSqrtRecFN_small

After an uncommon-case operation, outValid would remain high until
another inValid was presented, instead of going low after one cycle.
parent c87d4ace
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