Skip to content

Commit

Permalink
missing tinyram opcode
Browse files Browse the repository at this point in the history
  • Loading branch information
iddo333 committed Jul 12, 2018
1 parent faa873a commit 1531948
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@
case Opcode::MOV:
case Opcode::SHL:
case Opcode::SHR:
case Opcode::MULL:
case Opcode::RESERVED_OPCODE_24:
selectorToConstraint[j] = 0;
//constraintPoly = constraintPoly + (selector_j * (regiSecond + aluOutput_.result_));
Expand Down Expand Up @@ -302,6 +303,7 @@
case Opcode::SHL:
case Opcode::SHR:
case Opcode::MOV:
case Opcode::MULL:
case Opcode::RESERVED_OPCODE_24:
pb_->val(regiSecond) = pb_->val(aluOutput_.result_);
break;
Expand Down

0 comments on commit 1531948

Please sign in to comment.