Fix some sign information in the CA code.

This commit is contained in:
Cary R
2013-07-29 10:26:49 -07:00
parent bb37b74f98
commit 032f12af45
4 changed files with 10 additions and 7 deletions
+2 -1
View File
@@ -615,7 +615,8 @@ NetNet* NetEBShift::synthesize(Design*des, NetScope*scope, NetExpr*root)
// to the amount left by the shift.
NetPartSelect*psel = new NetPartSelect(lsig, shift<0? ushift : 0,
part_width,
NetPartSelect::VP);
NetPartSelect::VP,
signed_flag && right_flag);
psel->set_line(*this);
des->add_node(psel);