OpenCores
URL https://opencores.org/ocsvn/an-fpga-implementation-of-low-latency-noc-based-mpsoc/an-fpga-implementation-of-low-latency-noc-based-mpsoc/trunk

Subversion Repositories an-fpga-implementation-of-low-latency-noc-based-mpsoc

[/] [an-fpga-implementation-of-low-latency-noc-based-mpsoc/] [trunk/] [mpsoc/] [perl_gui/] [lib/] [perl/] [mpsoc_verilog_gen.pl] - Diff between revs 34 and 38

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

Rev 34 Rev 38
Line 113... Line 113...
        endfunction
        endfunction
 
 
 
 
 
 
        localparam      Fw      =   2+V+Fpay,
        localparam      Fw      =   2+V+Fpay,
                                NC     =        (TOPOLOGY=="RING")? NX    :   NX*NY,    //number of cores
                                NC     =        (TOPOLOGY=="RING" || TOPOLOGY=="LINE" )? NX    :   NX*NY,       //number of cores
                                Xw      =   log2(NX),
                                Xw      =   log2(NX),
                                Yw      =   log2(NY) ,
                                Yw      =   log2(NY) ,
                                Cw      =   (C>1)? log2(C): 1,
                                Cw      =   (C>1)? log2(C): 1,
                                NCw     =   log2(NC),
                                NCw     =   log2(NC),
                                NCV     =   NC  * V,
                                NCV     =   NC  * V,

powered by: WebSVN 2.1.0

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