Seperation to differen execute operations.
authorMarkus Hofstätter <markus.hofstaetter@gmx.net>
Sun, 14 Nov 2010 14:14:20 +0000 (15:14 +0100)
committerMarkus Hofstätter <markus.hofstaetter@gmx.net>
Sun, 14 Nov 2010 19:52:13 +0000 (20:52 +0100)
commitb9d8ef6cdcd9cacadb75193ad9a44d1d821320ce
treef391ce51bae9d323c1a404362eb36314fb2e6dac
parentde66b79911db60cac2daf3a9ef53db1538467382
Seperation to differen execute operations.
cpu/src/alu.vhd [new file with mode: 0755]
cpu/src/alu_b.vhd
cpu/src/alu_pkg.vhd
cpu/src/common_pkg.vhd [changed mode: 0644->0755]
cpu/src/exec_op.vhd
cpu/src/exec_op/add_op_b.vhd [new file with mode: 0755]
cpu/src/exec_op/and_op_b.vhd [new file with mode: 0755]
cpu/src/exec_op/or_op_b.vhd [new file with mode: 0755]
cpu/src/exec_op/shift_op_b.vhd [new file with mode: 0755]
cpu/src/exec_op/xor_op_b.vhd [new file with mode: 0755]