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

Subversion Repositories theia_gpu

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

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

Rev 72 Rev 76
Line 64... Line 64...
input   wire                                                                                                            iBranchTaken,
input   wire                                                                                                            iBranchTaken,
input wire                                                                                                              iBranchNotTaken,
input wire                                                                                                              iBranchNotTaken,
 
 
`ifdef DEBUG
`ifdef DEBUG
        input wire[`ROM_ADDRESS_WIDTH-1:0]  iDebug_CurrentIP,
        input wire[`ROM_ADDRESS_WIDTH-1:0]  iDebug_CurrentIP,
 
        input wire [`MAX_CORES-1:0]         iDebug_CoreID,
`endif
`endif
//Data forward Signals
//Data forward Signals
output wire [`DATA_ADDRESS_WIDTH-1:0] oLastDestination
output wire [`DATA_ADDRESS_WIDTH-1:0] oLastDestination
 
 
 
 
Line 432... Line 433...
);
);
 
 
 
 
        always @ (posedge iDecodeDone)
        always @ (posedge iDecodeDone)
        begin
        begin
                `LOGME"IP:%d", iDebug_CurrentIP);
                `LOGME"[CORE %d] IP:%d", iDebug_CoreID,iDebug_CurrentIP);
        end
        end
 
 
        always @ (negedge  Clock )
        always @ (negedge  Clock )
        begin
        begin
        if ( iALUOutputReady )
        if ( iALUOutputReady )

powered by: WebSVN 2.1.0

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