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

Subversion Repositories theia_gpu

[/] [theia_gpu/] [trunk/] [rtl/] [Module_Host.v] - Diff between revs 154 and 156

Show entire file | Details | Blame | View Log

Rev 154 Rev 156
Line 429... Line 429...
                        rResetVertexCount  = 0;
                        rResetVertexCount  = 0;
                        GACK_O                                   = 0;
                        GACK_O                                   = 0;
                        //STDONE_O                                       = 0;
                        //STDONE_O                                       = 0;
                        oHostDataAvailable    = 0;
                        oHostDataAvailable    = 0;
 
 
                        $display("%dns wWBMDone = %d (oReadAddress mod 2) = %d",$time,wWBMDone,(oReadAddress % 2));
 
 
 
                        if (wWBMDone && !(oReadAddress % 2))
                        if (wWBMDone && !(oReadAddress % 2))
                                rHostNextState = `HOST_UNICAST_CORE_CONFIG;
                                rHostNextState = `HOST_UNICAST_CORE_CONFIG;
                        else if (wWBMDone && (oReadAddress % 2) )
                        else if (wWBMDone && (oReadAddress % 2) )
                                rHostNextState = `HOST_PREPARE_NEXT_CORE_CONFIG;
                                rHostNextState = `HOST_PREPARE_NEXT_CORE_CONFIG;
                        else
                        else

powered by: WebSVN 2.1.0

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