added pipe 2 reg, testbench, top_level_entity, ...
authorStefan <stefan@ubuntu.ubuntu-domain>
Mon, 15 Nov 2010 12:17:09 +0000 (13:17 +0100)
committerStefan <stefan@ubuntu.ubuntu-domain>
Mon, 15 Nov 2010 12:17:09 +0000 (13:17 +0100)
commitbade9b27a9aa3b27e13aff54dd083bd5a4baa3e1
tree04ab921edcd5bc3f7440578eafd79e4f8c9cad68
parentdf7d337b1f8769f7546d49efea4202d8fc3ddf75
added pipe 2 reg, testbench, top_level_entity, ...
13 files changed:
cpu/sim/testcore.do
cpu/src/common_pkg.vhd
cpu/src/core_pkg.vhd
cpu/src/core_top.vhd
cpu/src/decode_stage.vhd
cpu/src/decode_stage_b.vhd
cpu/src/decoder_b.vhd
cpu/src/exec_op/add_op_b.vhd [changed mode: 0755->0644]
cpu/src/exec_op/and_op_b.vhd [changed mode: 0755->0644]
cpu/src/exec_op/or_op_b.vhd [changed mode: 0755->0644]
cpu/src/exec_op/shift_op_b.vhd [changed mode: 0755->0644]
cpu/src/exec_op/xor_op_b.vhd [changed mode: 0755->0644]
cpu/src/pipeline_tb.vhd