OpenCores
URL https://opencores.org/ocsvn/theia_gpu/theia_gpu/trunk

Subversion Repositories theia_gpu

[/] [theia_gpu/] [branches/] [beta_1.2/] [rtl/] [EXE/] [Unit_EXE.v] - Diff between revs 60 and 72

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 60 Rev 72
Line 188... Line 188...
 
 
 
 
 
 
);
);
 
 
/*
 
InstructionDecode IDU
 
(
 
        .Clock( Clock ),
 
        .Reset( Reset ),
 
        .iTrigger( iTrigger ),
 
        .iInstruction1( CurrentInstruction ),
 
        .iInstructionAvailable( wInstructionAvailable ),
 
        .iExecutioUnitLatchedValues( wEXE2_IDU_ExeLatchedValues ),
 
        .oRamAddress0( oDataReadAddress0 ),
 
        .oRamAddress1( oDataReadAddress1 ),
 
        .iRamValue0( iDataRead0 ),
 
        .iRamValue1( iDataRead1 ),
 
        .iLastDestination( wEXE2_IDU_DataFordward_LastDestination ),
 
        .iDataForward( {ALU2ResultA,ALU2ResultB,ALU2ResultC} ),
 
 
 
        //Outputs going to the ALU-FSM
 
        .oOperation( wOperation ),
 
        .oDestination( wDestination ),
 
        .oSource0( wSource0 ),
 
        .oSource1( wSource1  ),
 
        .oInputsLatched( wIDU2_IFU__InputsLatched ),
 
        .oDataReadyForExe( wIDU2_EXE_DataReady ),
 
 
 
        `ifdef DEBUG
 
        .iDebug_CurrentIP( oInstructionPointer1 ),
 
        .oDebug_CurrentIP( wDEBUG_IDU2_EXE_InstructionPointer ),
 
        `endif
 
        .oBusy( wIDU2_IFU__IDUBusy )
 
        //.oDecodeDone( wEXE2__uCodeDone )
 
);
 
*/
 
 
 
 
 
ExecutionFSM     EXE
ExecutionFSM     EXE
(
(
        .Clock( Clock ),
        .Clock( Clock ),
        .Reset( Reset ),
        .Reset( Reset | iTrigger ),  //New Sat Jun13
        .iDecodeDone( wIDU2_EXE_DataReady ),
        .iDecodeDone( wIDU2_EXE_DataReady ),
        .iOperation( wOperation ),
        .iOperation( wOperation ),
        .iDestination( wDestination ),
        .iDestination( wDestination ),
        .iSource0( wSource0 ),
        .iSource0( wSource0 ),
        .iSource1( wSource1 ) ,
        .iSource1( wSource1 ) ,

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.