DIPb09:PD4
- Uzdevums 1: Xilinx ISE vidē realizēt ALU pēc sekojošas specifikācijas:
INPUTS | OUTPUTS | OPCODE | RESULT | OPCODE | RESULT | OPCODE | RESULT | |
---|---|---|---|---|---|---|---|---|
A(3:0) | RESULT(3:0) | 000 | A AND B | 011 | A XOR B | 110 | reserved | |
B(3:0) | OVERFLOW | 001 | A OR B | 100 | A ADD B | 111 | reserved | |
OPCODE(2:0) | ZERO | 010 | NOT(A) | 101 | reserved |