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/] [rtl/] [src_noc/] [star_noc.sv] - Diff between revs 54 and 56

Show entire file | Details | Blame | View Log

Rev 54 Rev 56
Line 11... Line 11...
    Star
    Star
 
 
 ***************************************/
 ***************************************/
 
 
 
 
module  star_noc_top
module  star_noc_top #(
                import pronoc_pkg::*;
        parameter NOC_ID=0
        (
) (
                reset,
                reset,
                clk,
                clk,
                chan_in_all,
                chan_in_all,
                chan_out_all,
                chan_out_all,
                router_event
                router_event
        );
        );
 
 
 
        `NOC_CONF
 
 
        input   clk,reset;
        input   clk,reset;
        //Endpoints ports
        //Endpoints ports
        input   smartflit_chanel_t chan_in_all  [NE-1 : 0];
        input   smartflit_chanel_t chan_in_all  [NE-1 : 0];
        output  smartflit_chanel_t chan_out_all [NE-1 : 0];
        output  smartflit_chanel_t chan_out_all [NE-1 : 0];
Line 32... Line 33...
        //Events
        //Events
        output  router_event_t  router_event [NR-1 : 0][MAX_P-1 : 0];
        output  router_event_t  router_event [NR-1 : 0][MAX_P-1 : 0];
 
 
 
 
            router_top # (
            router_top # (
 
                        .NOC_ID(NOC_ID),
                        .P(NE)
                        .P(NE)
                )
                )
                the_router
                the_router
                (
                (
                        .current_r_id    (0),
                        .current_r_id    (0),

powered by: WebSVN 2.1.0

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