NNgen / nngen

NNgen: A Fully-Customizable Hardware Synthesis Compiler for Deep Neural Network
Apache License 2.0
339 stars 46 forks source link

fix verify rshift round #63

Closed CHENZIYANG0805 closed 1 year ago

CHENZIYANG0805 commented 1 year ago

Close #61 This PR solves the problem that rshift round during verification is different from hardware implementation. After correction, the rshift round wil round down when the number being shifted is a negative decimal and the decimal part is 0.5.