Open cas-mls opened 10 months ago
VHDL can multiply/divide/modulo signed integers using the *, /, mod operators. It should be simple to add to the instructions.
The following instructions with Flag 0: 10001 - Integer Multiply. 10011 - Integer Divide. 10101 - Modulo
Implement fixed Multiply and Divide.