YosysHQ / yosys

Yosys Open SYnthesis Suite
https://yosyshq.net/yosys/
ISC License
3.3k stars 860 forks source link

cxxrtl: Fix sdivmod #4305

Closed merryhime closed 3 months ago

merryhime commented 3 months ago

x = x.neg(); results in the subsequent x.is_neg() to always be false. Ditto for the dividend.is_neg() != divisor.is_neg() test. Fix this.