- COP dout generated from MEM_ex_result and DMEM_din with multiplexer, to reduce fanout of MEM.data.
Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/ git-svn-id: http://moon:8086/svn/vhdl/trunk@485 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
Binary file not shown.
@@ -212,7 +212,7 @@ begin
|
|||||||
c0_ctrl_out.exc_ack <= WB_stage.exc;
|
c0_ctrl_out.exc_ack <= WB_stage.exc;
|
||||||
cop_ir <= ID_stage.IR;
|
cop_ir <= ID_stage.IR;
|
||||||
cop_ir_en <= ID_stage.ctrl.cop_instr_en;
|
cop_ir_en <= ID_stage.ctrl.cop_instr_en;
|
||||||
cop_dout <= MEM_stage.data;
|
cop_dout <= dmem_din when MEM_stage.ctrl.dmem_en = '1' else MEM_stage.ex_result;
|
||||||
|
|
||||||
--------------------------------------------------------------------------
|
--------------------------------------------------------------------------
|
||||||
-- Muldiv
|
-- Muldiv
|
||||||
|
|||||||
Reference in New Issue
Block a user