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

Subversion Repositories theia_gpu

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

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

Rev 60 Rev 72
Line 99... Line 99...
 
 
FFD_POSEDGE_SYNCRONOUS_RESET # ( 1 ) FFD5
FFD_POSEDGE_SYNCRONOUS_RESET # ( 1 ) FFD5
(
(
        .Clock( Clock ),
        .Clock( Clock ),
        .Reset( Reset ),
        .Reset( Reset ),
        .Enable(wLastInstruction),
        .Enable(1'b1),//wLastInstruction),
        .D( wLastInst_Delay1 ),
        .D( wLastInst_Delay1 ),
        .Q( wLastInst_Delay2 )
        .Q( wLastInst_Delay2 )
);
);
 
 
wire [`ROM_ADDRESS_WIDTH-1:0] oIP2_Next;
wire [`ROM_ADDRESS_WIDTH-1:0] oIP2_Next;

powered by: WebSVN 2.1.0

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